File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-20.04
11
11
steps :
12
12
- uses : actions/checkout@master
13
- - name : Set up Python 3.8
13
+ - name : Set up Python 3.9
14
14
uses : actions/setup-python@v1
15
15
with :
16
- python-version : 3.8
16
+ python-version : 3.9
17
17
- name : Install pypa/build
18
18
run : >-
19
19
python -m
Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ def read(*parts):
32
32
"Operating System :: OS Independent" ,
33
33
"Natural Language :: English" ,
34
34
"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" ,
38
36
"Topic :: Software Development :: Libraries :: Python Modules" ,
39
37
],
40
38
python_requires = '>=3.8' ,
You can’t perform that action at this time.
0 commit comments