Skip to content

Commit

Permalink
python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Jan 1, 2025
1 parent 049767c commit 6bc9e20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.11', '3.12', '3.13']

name: Python (${{ matrix.python-version }} on ${{ matrix.os }})
steps:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: centerline_width
channels:
- conda-forge
dependencies:
- python>=3.10,<3.13 # minimum support 3.10, maximum support 3.12
- python>=3.10,<3.14 # minimum support 3.10, maximum support 3.13
- geopy
- haversine
- networkx
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Physics",
Expand Down

0 comments on commit 6bc9e20

Please sign in to comment.