Skip to content

Commit

Permalink
Don't do Python 3.10 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Jun 8, 2022
1 parent 5a00bd1 commit e1d11ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest,macos-latest,windows-latest]
python-version: [3.9,"3.10"]
python-version: [3.9]
numpy-version: ["1.20","1.21","1.22"]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e1d11ab

Please sign in to comment.