@@ -24,7 +24,6 @@ classifiers = [
2424 " Programming Language :: Python" ,
2525 " Programming Language :: Python :: 3" ,
2626 " Programming Language :: Python :: 3 :: Only" ,
27- " Programming Language :: Python :: 3.9" ,
2827 " Programming Language :: Python :: 3.10" ,
2928 " Programming Language :: Python :: 3.11" ,
3029 " Programming Language :: Python :: 3.12" ,
@@ -33,7 +32,7 @@ classifiers = [
3332 " Topic :: Scientific/Engineering :: Physics" ,
3433 " Typing :: Typed" ,
3534]
36- requires-python = " >= 3.9 "
35+ requires-python = " >= 3.10 "
3736dependencies = [
3837 " numpy >= 2.0" ,
3938 " numba >= 0.60" ,
@@ -47,7 +46,6 @@ dependencies = [
4746tests = [
4847 " pytest >= 8.0" ,
4948 " nbmake >= 1.3" ,
50- " rydstate[comparison]" ,
5149]
5250docs = [
5351 " sphinx >= 7" ,
@@ -72,7 +70,7 @@ mypy = [
7270
7371[dependency-groups ]
7472dev = [
75- " rydstate[docs,tests,comparison, jupyter,mypy]" ,
73+ " rydstate[docs,tests,jupyter,mypy]" ,
7674 " check-wheel-contents >= 0.6" ,
7775]
7876
@@ -108,7 +106,7 @@ addopts = [
108106
109107[tool .ruff ]
110108line-length = 120
111- target-version = " py39 "
109+ target-version = " py310 "
112110extend-include = [" *.ipynb" ]
113111
114112[tool .ruff .lint ]
0 commit comments