Skip to content

Commit

Permalink
3.10 and 3.11 is where it's at
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Aug 4, 2023
1 parent d5053da commit b602cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.10", "3.11"]
have_qd: [yes, no]
have_numpy: [yes, no]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.10", "3.11"]
have_qd: [yes, no]
have_ld: [yes, no]
have_numpy: [yes, no]
Expand Down

0 comments on commit b602cbc

Please sign in to comment.