Skip to content

Commit

Permalink
testing python version 3.12 and numpy 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Apr 22, 2024
1 parent d5f1bbf commit dd64451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@master
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ biopython==1.82
click==7.1.2
importlib-metadata==1.6.0
more-itertools==8.2.0
numpy==1.24.0
numpy==1.26.0
packaging==20.3
pathspec==0.8.0
pluggy==1.5.0
Expand Down

0 comments on commit dd64451

Please sign in to comment.