Skip to content

Commit

Permalink
CI: Begin testing on Python 3.12 / numpy 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 16, 2023
1 parent 4411b30 commit 227e267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- name: Checkout repo
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy
numpy >= 1.26.0b1; python_version >= '3.12rc1'
cython
scipy
matplotlib
Expand Down

0 comments on commit 227e267

Please sign in to comment.