Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 910df60

Browse files
DOC/RLS: indicate Python 3.14 support in pyproject.toml and release notes for 2.1.2 (#2331)
Co-authored-by: Mike Taves <[email protected]>
1 parent 00273b9 commit 910df60

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

4+
2.1.2 (2025-09-24)
5+
------------------
6+
7+
Wheels are available for Python 3.14 (and still include GEOS 3.13.1).
8+
9+
410
2.1.1 (2025-05-19)
511
------------------
612

docs/release/2.x.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Version 2.x
22
===========
33

4+
.. _version-2-1-2:
5+
6+
Version 2.1.2 (2025-09-24)
7+
--------------------------
8+
9+
Wheels are available for Python 3.14 (and still include GEOS 3.13.1).
10+
411
.. _version-2-1-1:
512

613
Version 2.1.1 (2025-05-19)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ classifiers = [
3535
"Programming Language :: Python :: 3.11",
3636
"Programming Language :: Python :: 3.12",
3737
"Programming Language :: Python :: 3.13",
38+
"Programming Language :: Python :: 3.14",
3839
"Topic :: Scientific/Engineering :: GIS",
3940
]
4041
requires-python = ">=3.10"

0 commit comments

Comments
 (0)