Skip to content

Commit 2af035d

Browse files
committed
Support Python 3.7-3.9
1 parent 2088eb1 commit 2af035d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.5, 3.6, 3.7, 3.8]
18+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
1919

2020
steps:
2121
- uses: actions/checkout@v2

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
"Programming Language :: Python :: 3.4",
3939
"Programming Language :: Python :: 3.5",
4040
"Programming Language :: Python :: 3.6",
41-
"Programming Language :: Python :: 3.7"
41+
"Programming Language :: Python :: 3.7",
42+
"Programming Language :: Python :: 3.8",
43+
"Programming Language :: Python :: 3.9",
4244
]
4345
)

0 commit comments

Comments
 (0)