Skip to content

Commit

Permalink
No numpy version works with poetry, py3.8 and py3.12...
Browse files Browse the repository at this point in the history
Once we can drop py3.8, increase to numpy 1.25 and include py3.12
  • Loading branch information
teutoburg committed Nov 22, 2023
1 parent 87e340f commit 1f9f5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11']#, '3.12']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1f9f5f1

Please sign in to comment.