Skip to content

Commit 9e3bdac

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

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build-on-pr.yml

Lines changed: 2 additions & 2 deletions
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

setup.py

Lines changed: 1 addition & 3 deletions
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)