Add python 3.9 to CI

This commit is contained in:
Arun Prakash Jana 2020-12-29 08:43:44 +05:30
parent 71db8c2cff
commit 3494d36f18
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -42,6 +42,11 @@ jobs:
- image: python:3.8-slim
<<: *test-template
py39:
docker:
- image: python:3.9-slim
<<: *test-template
package-and-publish:
machine: true
working_directory: ~/Buku
@ -99,6 +104,7 @@ workflows:
- py36
- py37
- py38
- py39
nightly:
triggers: