Skip to content

Commit

Permalink
Adding Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
asgibson committed Mar 26, 2024
1 parent 6de4130 commit 897f0fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- default
- conda-forge
dependencies:
- python>=3.8,<3.12
- python>=3.8,<3.13
- numpy
- coverage
- pytest
Expand Down

0 comments on commit 897f0fb

Please sign in to comment.