Skip to content

Commit 15c5a89

Browse files
authored
Remove Python 3.9 support (#47)
1 parent 9c2e1ed commit 15c5a89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"matplotlib",
2323
"scipy>=1.10.0",
2424
]
25-
requires-python = ">=3.9" # Sympy 1.11 is supported only down to 3.8
25+
requires-python = ">=3.10"
2626
readme = "README.rst"
2727
license = {text = "GPL"}
2828
keywords = ["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"]
@@ -34,7 +34,6 @@ classifiers = [
3434
"Intended Audience :: Science/Research",
3535
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
3636
"Programming Language :: Python",
37-
"Programming Language :: Python :: 3.9",
3837
"Programming Language :: Python :: 3.10",
3938
"Programming Language :: Python :: 3.11",
4039
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)