Skip to content

Commit

Permalink
Add python 3.12 to CI workflow and environment files (#822)
Browse files Browse the repository at this point in the history
* add python 3.12 to CI and yml files

* set 3.9 as python minimum
  • Loading branch information
chrisjonesBSU authored May 23, 2024
1 parent 9b7ae65 commit 75747a8
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.9,<=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.9, <=3.12
- boltons
- numpy
- numpy=1.26.4
- sympy
- unyt>=2.9.5
- boltons
Expand Down

0 comments on commit 75747a8

Please sign in to comment.