Support CPython v3.15
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
-------------------------
|
||||
|
||||
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user