From 5ee51c07f04a4bc904fc46e18517a47251dbc448 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 24 Aug 2025 10:01:43 -0400 Subject: [PATCH] Remove Python 3.9 support --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bce16cb..48d52fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "matplotlib", "scipy>=1.10.0", ] -requires-python = ">=3.9" # Sympy 1.11 is supported only down to 3.8 +requires-python = ">=3.10" readme = "README.rst" license = {text = "GPL"} keywords = ["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"] @@ -34,7 +34,6 @@ classifiers = [ "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",