Skip to content

Commit

Permalink
Fix windows fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdh7 committed Dec 16, 2024
1 parent 368127c commit a79553f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand All @@ -25,4 +25,5 @@ jobs:
- name: Test with pytest
run: |
pytest
env:
JAX_ENABLE_X64: True
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ description = "PyCO2SYS: marine carbonate system calculations in Python"
readme = "README.md"
dependencies = [
"jax",
"jaxlib",
"networkx",
"matplotlib",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit a79553f

Please sign in to comment.