Skip to content

Commit

Permalink
Remove 3.10 because a hardcode dependancy on numpy
Browse files Browse the repository at this point in the history
mjwen committed Nov 14, 2023
1 parent 5768b39 commit ed280d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9"]

steps:
- uses: actions/checkout@v3

0 comments on commit ed280d4

Please sign in to comment.