mirror of
https://github.com/nicolabs/nicobot.git
synced 2026-05-21 11:57:34 +02:00
Replacing python nightly with 3.9 because of issue #43 (does not build on 3.10)
This commit is contained in:
parent
68110fec81
commit
797b54cc80
|
|
@ -3,9 +3,8 @@ python:
|
|||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8" # 3.8 development branch
|
||||
- "3.8-dev" # 3.8 development branch
|
||||
- "nightly" # nightly build
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
install:
|
||||
# Generates nicobot/version.py
|
||||
- python setup.py build
|
||||
|
|
|
|||
Loading…
Reference in a new issue