Replacing python nightly with 3.9 because of issue #43 (does not build on 3.10)

This commit is contained in:
nicobo 2021-01-20 22:46:15 +01:00
parent 68110fec81
commit 797b54cc80
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

View file

@ -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