Skip to content

Commit a67959d

Browse files
wshanksnewville
authored andcommitted
Mark Python 3.13 and 3.14 as officially supported
1 parent a1e4f87 commit a67959d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Adds:
1414
the caller rather than blaming the `ufloat()` function.
1515
- Adjusts the Sphinx configuration to allow for reproducible builds using
1616
``SOURCE_DATE_EPOCH``.
17+
- Mark Python 3.13 and 3.14 as officially supported.
1718

1819
Deprecates:
1920

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ classifiers = [
3737
"Programming Language :: Python :: 3.10",
3838
"Programming Language :: Python :: 3.11",
3939
"Programming Language :: Python :: 3.12",
40+
"Programming Language :: Python :: 3.13",
41+
"Programming Language :: Python :: 3.14",
4042
"Programming Language :: Python :: Implementation :: Jython",
4143
"Programming Language :: Python :: Implementation :: PyPy",
4244
"Topic :: Education",

0 commit comments

Comments
 (0)