Skip to content

Commit b85a3df

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ deploy:
4747
script: npx semantic-release
4848
skip_cleanup: true
4949
on:
50-
python: '3.7'
50+
python: '3.9'
5151
branch: master
5252
- provider: pypi
5353
user: __token__
5454
password: $PYPI_TOKEN
5555
repository: https://upload.pypi.org/legacy
5656
skip_cleanup: true
5757
on:
58-
python: '3.7'
58+
python: '3.9'
5959
tags: true

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)