Skip to content

Commit 3cf8518

Browse files
committed
Bump maximum allowed Python version to <3.14
1 parent 8d4e4dc commit 3cf8518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/basemap/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def run(self):
207207
"python_requires":
208208
", ".join([
209209
">=3.9",
210-
"<3.13",
210+
"<3.14",
211211
]),
212212
"setup_requires":
213213
get_content("requirements-setup.txt", splitlines=True),

0 commit comments

Comments
 (0)