File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-20.04
1111 steps :
1212 - uses : actions/checkout@master
13- - name : Set up Python 3.8
13+ - name : Set up Python 3.9
1414 uses : actions/setup-python@v1
1515 with :
16- python-version : 3.8
16+ python-version : 3.9
1717 - name : Install pypa/build
1818 run : >-
1919 python -m
Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ def read(*parts):
3232 "Operating System :: OS Independent" ,
3333 "Natural Language :: English" ,
3434 "Intended Audience :: Developers" ,
35- "Programming Language :: Python :: 3.6" ,
36- "Programming Language :: Python :: 3.7" ,
37- "Programming Language :: Python :: 3" ,
35+ "Programming Language :: Python :: 3.9" ,
3836 "Topic :: Software Development :: Libraries :: Python Modules" ,
3937 ],
4038 python_requires = '>=3.8' ,
You can’t perform that action at this time.
0 commit comments