Skip to content

Commit adaf41d

Browse files
committed
python 3.9 support
1 parent fbb49d3 commit adaf41d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/python_release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
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
os: [macos-latest]
1414

1515
steps:
@@ -36,6 +36,7 @@ jobs:
3636
- cp36-cp36m
3737
- cp37-cp37m
3838
- cp38-cp38
39+
- cp39-cp39
3940

4041
runs-on: ubuntu-latest
4142
container: bcebere/manylinux2014_gcc8:latest
@@ -56,7 +57,7 @@ jobs:
5657
runs-on: windows-latest
5758
strategy:
5859
matrix:
59-
python-version: [3.6, 3.7, 3.8]
60+
python-version: [3.6, 3.7, 3.8, 3.9]
6061

6162
steps:
6263
- uses: actions/checkout@v2

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
os: [ubuntu-latest, macos-latest, windows-latest]
49-
python-version: [3.6, 3.7, 3.8]
49+
python-version: [3.6, 3.7, 3.8, 3.9]
5050
steps:
5151
- uses: actions/checkout@v2
5252
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)