Skip to content

Commit 506ab42

Browse files
committed
add test for 3.9
1 parent 8bb5330 commit 506ab42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [macos-latest, ubuntu-18.04]
19-
python-version: [3.7, 3.8]
19+
python-version: [3.7, 3.8, 3.9]
2020

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

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ classifiers =
1818
Operating System :: MacOS :: MacOS X
1919
Operating System :: POSIX :: Linux
2020
Programming Language :: Python :: 3.7
21+
Programming Language :: Python :: 3.8
22+
Programming Language :: Python :: 3.9
2123
Topic :: Scientific/Engineering
2224

2325
[options]

0 commit comments

Comments
 (0)