Skip to content

Commit 9e3bdac

Browse files
committed
Update python to 3.9
1 parent b893726 commit 9e3bdac

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Diff for: .github/workflows/build-on-pr.yml

+2-2
Original file line numberDiff line numberDiff 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

Diff for: setup.py

+1-3
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)