File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
1819Deprecates:
1920
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments