Skip to content

Commit 6bc9e20

Browse files
committed
python 3.13
1 parent 049767c commit 6bc9e20

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
19-
python-version: ['3.10', '3.11', '3.12']
19+
python-version: ['3.11', '3.12', '3.13']
2020

2121
name: Python (${{ matrix.python-version }} on ${{ matrix.os }})
2222
steps:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: centerline_width
22
channels:
33
- conda-forge
44
dependencies:
5-
- python>=3.10,<3.13 # minimum support 3.10, maximum support 3.12
5+
- python>=3.10,<3.14 # minimum support 3.10, maximum support 3.13
66
- geopy
77
- haversine
88
- networkx

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
2425
"Intended Audience :: Education",
2526
"Intended Audience :: Science/Research",
2627
"Topic :: Scientific/Engineering :: Physics",

0 commit comments

Comments
 (0)