Skip to content

Commit

Permalink
rolled back py3.12 -- some requirements issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Aug 2, 2024
1 parent 2f96653 commit b2e4e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
#os: ["ubuntu-latest", "windows-latest","macos-latest"]
os: ["windows-latest","macos-latest"]
pyver: ["3.9", "3.10", "3.11", "3.12"]
pyver: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
Expand Down
4 changes: 2 additions & 2 deletions py_gnome/conda_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
# defaults
# conda-forge

# it'll probably work with 3.9 -- 3.11, but CI is testing with 3.10
# it'll probably work with 3.9 -- 3.12, but CI is testing with 3.10

python>=3.9,<=3.12
python>=3.9,<3.12

## System libs
colander <2
Expand Down

0 comments on commit b2e4e8f

Please sign in to comment.