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:
47
47
script : npx semantic-release
48
48
skip_cleanup : true
49
49
on :
50
- python : ' 3.7 '
50
+ python : ' 3.9 '
51
51
branch : master
52
52
- provider : pypi
53
53
user : __token__
54
54
password : $PYPI_TOKEN
55
55
repository : https://upload.pypi.org/legacy
56
56
skip_cleanup : true
57
57
on :
58
- python : ' 3.7 '
58
+ python : ' 3.9 '
59
59
tags : true
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