Skip to content

Commit

Permalink
remove 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns committed Jul 27, 2024
1 parent 06cf69c commit 7d3f9dc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/testz_numpy_2_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-2019, windows-latest, macos-latest]
python-version: ["3.8", "3.10", "3.12"]
exclude: # distutils is no longer available here, but we should switch anyway i guess?
- python-version: "3.12"
os: macos-latest
python-version: ["3.8", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Setup Python
Expand Down

0 comments on commit 7d3f9dc

Please sign in to comment.