Skip to content

Commit 8f41ba7

Browse files
authored
Remove py3.8, add py3.12
1 parent 4d753a0 commit 8f41ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ keywords = ["adc", "analog-to-digital", "evaluation", "eval", "spectrum"]
1313
classifiers = [
1414
"License :: OSI Approved :: MIT License",
1515
"Operating System :: OS Independent",
16-
"Programming Language :: Python :: 3.8",
1716
"Programming Language :: Python :: 3.9",
1817
"Programming Language :: Python :: 3.10",
1918
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
2020
"Topic :: Scientific/Engineering",
2121
]
22-
requires-python = ">=3.8.0"
22+
requires-python = ">=3.9.0"
2323
dependencies = [
2424
"matplotlib==3.9.0",
2525
]

0 commit comments

Comments
 (0)