Skip to content

Commit 565d7fc

Browse files
committed
Fix release upload errors
1 parent 4f8bf31 commit 565d7fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ deploy:
5050
python: '3.7'
5151
branch: master
5252
- provider: pypi
53+
setuptools_version: "60.8.2"
5354
user: __token__
5455
password: $PYPI_TOKEN
5556
repository: https://upload.pypi.org/legacy

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
classifiers=[
6262
'Programming Language :: Python',
6363
'Programming Language :: Python :: 3',
64-
'Programming Language :: Python :: 3.5',
65-
'Programming Language :: Python :: 3.6',
6664
'Programming Language :: Python :: 3.7',
6765
'Programming Language :: Python :: 3.8',
66+
'Programming Language :: Python :: 3.9',
67+
'Programming Language :: Python :: 3.10',
6868
'Development Status :: 4 - Beta',
6969
'Intended Audience :: Developers',
7070
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)