Skip to content

Commit 1ce567e

Browse files
committed
Remove Python 3.9 support
1 parent f84686b commit 1ce567e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=70.0.0", # CVE-2024-38335 recommends this
3+
"setuptools",
44
"sympy>=1.11,<1.13",
55
"PatternLite",
66
"langid", # replace with a supported newer package, e.g. via spacy
@@ -32,7 +32,7 @@ dependencies = [
3232
"spacy>=3.4",
3333
"wasabi<1.1.0,>=0.8.2",
3434
]
35-
requires-python = ">=3.9"
35+
requires-python = ">=3.10"
3636
readme = "README.rst"
3737
license = {text = "GPL"}
3838
keywords = ["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"]
@@ -44,7 +44,6 @@ classifiers = [
4444
"Intended Audience :: Science/Research",
4545
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
4646
"Programming Language :: Python",
47-
"Programming Language :: Python :: 3.9",
4847
"Programming Language :: Python :: 3.10",
4948
"Programming Language :: Python :: 3.11",
5049
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)