Skip to content

Commit 7f19810

Browse files
build: build for python 3.9
1 parent eda7e9c commit 7f19810

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [ 3.6, 3.7, 3.8 ]
12+
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ 3.6, 3.7, 3.8 ]
10+
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Set up Python ${{ matrix.python-version }}

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifier =
2424
Programming Language :: Python :: 3.6
2525
Programming Language :: Python :: 3.7
2626
Programming Language :: Python :: 3.8
27+
Programming Language :: Python :: 3.9
2728
Intended Audience :: Developers
2829
Intended Audience :: Science/Research
2930
Topic :: Scientific/Engineering

0 commit comments

Comments
 (0)