We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32c694 commit b1253b4Copy full SHA for b1253b4
.travis.yml
@@ -9,6 +9,7 @@ python:
9
- "3.5"
10
- "3.6"
11
- "3.7"
12
+ - "3.8"
13
install:
14
- pip install tox
15
script:
setup.py
@@ -54,6 +54,7 @@ def read(*filenames, **kwargs):
54
'Programming Language :: Python :: 3.5',
55
'Programming Language :: Python :: 3.6',
56
'Programming Language :: Python :: 3.7',
57
+ 'Programming Language :: Python :: 3.8',
58
'Topic :: Software Development :: Libraries :: Python Modules'
59
]
60
)
0 commit comments