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 2c85251 commit 87b65f2Copy full SHA for 87b65f2
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- "3.5"
5
- "3.6"
6
- "3.7"
7
+ - "3.8"
8
install:
9
- pip install -q pycodestyle==2.6.0 flake8==3.8.1
10
script:
setup.cfg
@@ -14,6 +14,7 @@ classifier =
14
Programming Language :: Python :: 3.5
15
Programming Language :: Python :: 3.6
16
Programming Language :: Python :: 3.7
17
+ Programming Language :: Python :: 3.8
18
License :: OSI Approved :: MIT License
19
20
[files]
0 commit comments