Skip to content

Commit

Permalink
Test against Py 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden committed Jan 24, 2025
1 parent cd32213 commit 4b80bd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
os: ["ubuntu-latest", "windows-latest"]
uses: ./.github/workflows/_conda-build.yml
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- Windows
- MacOs
py:
- "3.13"
- "3.12"
- "3.11"
- "3.10"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [{ include = "kelp_o_matic" }]
kom = "kelp_o_matic.cli:cli"

[tool.poetry.dependencies]
python = ">=3.10, <3.13"
python = ">=3.10, <3.14"
numpy = ">=1.24.2"
rasterio = ">=1.3.7,<2"
rich = ">=13.5,<14"
Expand Down

0 comments on commit 4b80bd3

Please sign in to comment.