From b62c4173d151c2fecdec33919b856a38fc831188 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Sat, 20 Jun 2026 08:09:27 +0300 Subject: [PATCH] Support CPython v3.15 --- README.rst | 2 +- docs/setup.rst | 2 +- pyproject.toml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 574715e3..559d5de5 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/setup.rst b/docs/setup.rst index 3b6ea11c..b6b89967 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -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 ------------------------- diff --git a/pyproject.toml b/pyproject.toml index 2648e0cf..ce99a6e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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']