Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6724aa commit dffd016Copy full SHA for dffd016
2 files changed
.travis.yml
@@ -29,6 +29,8 @@ jobs:
29
dist: xenial
30
- python: 3.8
31
32
+ - python: 3.9
33
+ dist: xenial
34
35
- name: "check code style with flake8"
36
python: 3.7
setup.py
@@ -25,6 +25,7 @@
25
'Programming Language :: Python :: 3.6',
26
'Programming Language :: Python :: 3.7',
27
'Programming Language :: Python :: 3.8',
28
+ 'Programming Language :: Python :: 3.9',
'Topic :: Software Development',
]
0 commit comments