Skip to content

Commit 87d57b8

Browse files
committed
Remove Python 3.9 support
1 parent 6248cad commit 87d57b8

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
@@ -15,7 +15,7 @@ dependencies = [
1515
"chardet", # Used in mathics_scanner.feed
1616
"click", # Using in CLI: mathics3-generate-json-table
1717
]
18-
requires-python = ">=3.9"
18+
requires-python = ">=3.10"
1919
readme = "README.rst"
2020
license = {text = "GPL-3.0-only"}
2121
keywords = ["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"]
@@ -27,7 +27,6 @@ classifiers = [
2727
"Intended Audience :: Science/Research",
2828
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2929
"Programming Language :: Python",
30-
"Programming Language :: Python :: 3.9",
3130
"Programming Language :: Python :: 3.10",
3231
"Programming Language :: Python :: 3.11",
3332
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)