File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments