Skip to content

Commit e3dbe21

Browse files
authored
Update pyproject.toml
1 parent fa6645d commit e3dbe21

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ dependencies = [
1717
classifiers = [
1818
"Development Status :: 4 - Beta",
1919
"Intended Audience :: Science/Research",
20-
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
2120
"Natural Language :: English",
2221
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.7",
24-
"Programming Language :: Python :: 3.8",
25-
"Programming Language :: Python :: 3.9",
2622
"Programming Language :: Python :: 3.10",
23+
"Programming Language :: Python :: 3.11",
24+
"Programming Language :: Python :: 3.12",
2725
"Topic :: Scientific/Engineering",
2826
]
2927
dynamic = ["version"]
@@ -35,4 +33,4 @@ iontof = ["pySPM"]
3533
[tool.pytest.ini_options]
3634
testpaths = [
3735
"tests",
38-
]
36+
]

0 commit comments

Comments
 (0)