Skip to content

Commit 629842a

Browse files
RonnyPfannschmidtCursor AIclaude
committed
build: update trove classifiers and add Python 3.14 support
- vcs-versioning: promote Development Status from Planning to Beta - Add Python 3.14 classifier to both setuptools-scm and vcs-versioning Co-authored-by: Cursor AI <ai@cursor.sh> Co-authored-by: Anthropic Claude Opus <claude@anthropic.com>
1 parent 6a1fc3b commit 629842a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

setuptools-scm/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
3030
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: 3.14",
3132
"Topic :: Software Development :: Libraries",
3233
"Topic :: Software Development :: Version Control",
3334
"Topic :: System :: Software Distribution",

vcs-versioning/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ authors = [
2323
]
2424
requires-python = ">=3.10"
2525
classifiers = [
26-
"Development Status :: 1 - Planning",
26+
"Development Status :: 4 - Beta",
2727
"Programming Language :: Python",
2828
"Programming Language :: Python :: 3 :: Only",
2929
"Programming Language :: Python :: 3.10",
3030
"Programming Language :: Python :: 3.11",
3131
"Programming Language :: Python :: 3.12",
3232
"Programming Language :: Python :: 3.13",
33+
"Programming Language :: Python :: 3.14",
3334
]
3435
dynamic = [
3536
"version",

0 commit comments

Comments
 (0)