We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb5330 commit 506ab42Copy full SHA for 506ab42
.github/workflows/pythonpackage.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
os: [macos-latest, ubuntu-18.04]
19
- python-version: [3.7, 3.8]
+ python-version: [3.7, 3.8, 3.9]
20
21
steps:
22
- uses: actions/checkout@v2
setup.cfg
@@ -18,6 +18,8 @@ classifiers =
Operating System :: MacOS :: MacOS X
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
23
Topic :: Scientific/Engineering
24
25
[options]
0 commit comments