Skip to content

Commit

Permalink
remove python 3.12 from env and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Mar 29, 2024
1 parent c654ac3 commit 1b7ebd8
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 @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11']

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 @@ -17,7 +17,7 @@ dependencies:
- pytest
- pytest-cov
- nbmake
- python >=3.10, <=3.12
- python >=3.10, <3.12
- fresnel >=0.13.5
- cmeutils >=1.1.1
- pip:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- openbabel >=3
- pip
- py3Dmol
- python >=3.10, <=3.12
- python >=3.10, <3.12
- fresnel >=0.13.5
- cmeutils >=1.1.1
- grits >=0.3.0

0 comments on commit 1b7ebd8

Please sign in to comment.