@@ -14,11 +14,10 @@ maintainers = [
1414]
1515description = " ProxyStore benchmark suite."
1616readme = " README.md"
17- requires-python = " >=3.9 "
17+ requires-python = " >=3.10 "
1818license = {file = " MIT" }
1919classifiers = [
2020 " License :: OSI Approved :: MIT License" ,
21- " Programming Language :: Python :: 3.9" ,
2221 " Programming Language :: Python :: 3.10" ,
2322 " Programming Language :: Python :: 3.11" ,
2423 " Programming Language :: Python :: 3.12" ,
@@ -29,10 +28,8 @@ classifiers = [
2928dependencies = [
3029 " adios2==2.10.1" ,
3130 " colmena==0.7.1" ,
32- " dask==2023.5.0; python_version < '3.10'" ,
33- " dask==2025.1.0; python_version >= '3.10'" ,
34- " distributed==2023.5.0; python_version < '3.10'" ,
35- " distributed==2025.1.0; python_version >= '3.10'" ,
31+ " dask==2025.1.0" ,
32+ " distributed==2025.1.0" ,
3633 " globus-compute-endpoint==3.0.*" ,
3734 " globus-compute-sdk==3.0.*" ,
3835 " proxystore[all]==0.8.*" ,
@@ -114,7 +111,7 @@ filterwarnings = [
114111
115112[tool .ruff ]
116113line-length = 79
117- target-version = " py39 "
114+ target-version = " py310 "
118115
119116[tool .ruff .format ]
120117indent-style = " space"
0 commit comments