File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,11 @@ dependencies = [
1717classifiers = [
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]
2927dynamic = [" version" ]
@@ -35,4 +33,4 @@ iontof = ["pySPM"]
3533[tool .pytest .ini_options ]
3634testpaths = [
3735 " tests" ,
38- ]
36+ ]
You can’t perform that action at this time.
0 commit comments