Skip to content

Commit

Permalink
build: added python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Oct 22, 2024
1 parent 913fb06 commit 851a613
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
include:
- os: macos-latest
python-version: "3.12"
python-version: "3.13"
- os: windows-latest
python-version: "3.12"
python-version: "3.13"

runs-on: ${{ matrix.os }}
defaults:
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
requires-python = ">=3.9"
dependencies = [
Expand All @@ -29,6 +30,7 @@ dependencies = [
"numba ; platform_system == 'Windows'",
"numpy >= 1.15",
"pandas >= 0.23",
"pillow >= 10.4.0",
"rasterio >= 1.0.0",
"scipy >= 1.0.0",
"transonic >= 0.6.4",
Expand Down

0 comments on commit 851a613

Please sign in to comment.