File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ deploy:
50
50
python : ' 3.7'
51
51
branch : master
52
52
- provider : pypi
53
+ setuptools_version : " 60.8.2"
53
54
user : __token__
54
55
password : $PYPI_TOKEN
55
56
repository : https://upload.pypi.org/legacy
Original file line number Diff line number Diff line change 61
61
classifiers = [
62
62
'Programming Language :: Python' ,
63
63
'Programming Language :: Python :: 3' ,
64
- 'Programming Language :: Python :: 3.5' ,
65
- 'Programming Language :: Python :: 3.6' ,
66
64
'Programming Language :: Python :: 3.7' ,
67
65
'Programming Language :: Python :: 3.8' ,
66
+ 'Programming Language :: Python :: 3.9' ,
67
+ 'Programming Language :: Python :: 3.10' ,
68
68
'Development Status :: 4 - Beta' ,
69
69
'Intended Audience :: Developers' ,
70
70
'License :: OSI Approved :: Apache Software License' ,
You can’t perform that action at this time.
0 commit comments