Support CPython v3.15

This commit is contained in:
Sergey B Kirpichev
2026-06-20 08:09:27 +03:00
parent 12e7e74251
commit b62c4173d1
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ Release history:
--------------------------
Mpmath requires Python 3.10 or later versions. It has been tested with CPython
3.10 through 3.14 and for PyPy 3.11.
3.10 through 3.15 and for PyPy 3.11.
The latest release of mpmath can be downloaded from the mpmath
website and from https://github.com/mpmath/mpmath/releases
+1 -1
View File
@@ -2,7 +2,7 @@ Setting up mpmath
=================
Mpmath requires at least Python 3.10. It has been tested with CPython 3.10
through 3.14 and for PyPy 3.11.
through 3.15 and for PyPy 3.11.
Download and installation
-------------------------
+1
View File
@@ -17,6 +17,7 @@ classifiers = ['Topic :: Scientific/Engineering :: Mathematics',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: 3.14',
'Programming Language :: Python :: 3.15',
'Programming Language :: Python :: Free Threading :: 2 - Beta',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy']