Skip to content

Commit

Permalink
add python 3.12 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Jan 18, 2025
1 parent 8cf5724 commit 89af1c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-14, ubuntu-24.04]
python-version: ['3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies:
- pytest
- pytest-cov
- nbmake
- python >=3.10, <3.12
- python >=3.10, <3.13
- fresnel >=0.13.5
- cmeutils >=1.3
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
- openbabel >=3
- pip
- py3Dmol
- python >=3.10, <3.12
- python >=3.10, <3.13
- fresnel >=0.13.5
- cmeutils >=1.3

0 comments on commit 89af1c6

Please sign in to comment.