Skip to content

Commit 273758b

Browse files
Remove Python 3.8 from pyproject.toml
1 parent 0a261d0 commit 273758b

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
@@ -28,13 +28,12 @@ classifiers = [
2828
"Topic :: Scientific/Engineering :: Mathematics",
2929
"Topic :: Software Development",
3030
"Topic :: Software Development :: Libraries :: Python Modules",
31-
"Programming Language :: Python :: 3.8",
3231
"Programming Language :: Python :: 3.9",
3332
"Programming Language :: Python :: 3.10",
3433
"Programming Language :: Python :: 3.11",
3534
"Programming Language :: Python :: 3 :: Only",
3635
]
37-
requires-python = ">=3.8,<3.12"
36+
requires-python = ">=3.9,<3.12"
3837
dependencies = [
3938
"matplotlib>=3.6.0,<3.9",
4039
"numpy>=1.24.0,<1.27",

0 commit comments

Comments
 (0)