Skip to content

Commit

Permalink
Add Python 3.9 support to CI (#317)
Browse files Browse the repository at this point in the history
This _should_ work now that Numpy/Scipy have pushed 3.9 wheels.
  • Loading branch information
sdmccabe committed Nov 6, 2020
1 parent 95bbb38 commit 9bac711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
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

0 comments on commit 9bac711

Please sign in to comment.