Skip to content

Commit

Permalink
add python 3.12 to CI and yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed May 21, 2024
1 parent 9b7ae65 commit 520f6c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
python-version: ["3.9", "3.10", "3.11"]
os: [macOS-latest, macOS-13, ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: gmso-dev
channels:
- conda-forge
dependencies:
- python>=3.8,<3.12
- python>=3.8,<=3.12
- boltons
- numpy
- numpy=1.26.4
- sympy
- unyt>=2.9.5
- boltons
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: gmso
channels:
- conda-forge
dependencies:
- python>=3.8, <3.12
- python>=3.8, <=3.12
- boltons
- numpy
- numpy=1.26.4
- sympy
- unyt>=2.9.5
- boltons
Expand Down

0 comments on commit 520f6c2

Please sign in to comment.