Skip to content

Commit

Permalink
python 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bcebere committed Mar 11, 2021
1 parent fbb49d3 commit adaf41d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
os: [macos-latest]

steps:
Expand All @@ -36,6 +36,7 @@ jobs:
- cp36-cp36m
- cp37-cp37m
- cp38-cp38
- cp39-cp39

runs-on: ubuntu-latest
container: bcebere/manylinux2014_gcc8:latest
Expand All @@ -56,7 +57,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit adaf41d

Please sign in to comment.