@@ -19,7 +19,7 @@ dependencies = [
1919
2020description = " A Python toolkit for coordinating asynchronous and dynamic ensembles of calculations."
2121name = " libensemble"
22- requires-python = " >=3.10 "
22+ requires-python = " >=3.11 "
2323license = { file = " LICENSE" }
2424readme = " README.rst"
2525
@@ -33,7 +33,6 @@ classifiers = [
3333 " Operating System :: Unix" ,
3434 " Operating System :: MacOS" ,
3535 " Programming Language :: Python :: 3" ,
36- " Programming Language :: Python :: 3.10" ,
3736 " Programming Language :: Python :: 3.11" ,
3837 " Programming Language :: Python :: 3.12" ,
3938 " Programming Language :: Python :: 3.13" ,
@@ -76,13 +75,11 @@ docs = ["docs", "basic"]
7675dev = [" dev" , " basic" , " extra" , " docs" ]
7776
7877# CI environments
79- py310 = [" py310" , " basic" ]
8078py311 = [" py311" , " basic" ]
8179py312 = [" py312" , " basic" ]
8280py313 = [" py313" , " basic" ]
8381py314 = [" py314" , " basic" ]
8482
85- py310e = [" py310" , " py310e" , " basic" , " extra" ]
8683py311e = [" py311" , " py311e" , " basic" , " extra" ]
8784py312e = [" py312" , " py312e" , " basic" , " extra" ]
8885py313e = [" py313" , " py313e" , " basic" , " extra" ]
@@ -155,8 +152,6 @@ octave = ">=9.4.0,<11"
155152pyzmq = " >=26.4.0,<28"
156153
157154# Python versions
158- [tool .pixi .feature .py310 .dependencies ]
159- python = " 3.10.*"
160155[tool .pixi .feature .py311 .dependencies ]
161156python = " 3.11.*"
162157[tool .pixi .feature .py312 .dependencies ]
@@ -167,11 +162,6 @@ python = "3.13.*"
167162python = " 3.14.*"
168163
169164# ax-platform only works up to 3.13 on Linux
170- [tool .pixi .feature .py310e .target .linux-64 .dependencies ]
171- ax-platform = " ==0.5.0"
172-
173- [tool .pixi .feature .py310e .dependencies ]
174- globus-compute-sdk = " >=4.3.0,<5"
175165
176166[tool .pixi .feature .py311e .target .linux-64 .dependencies ]
177167ax-platform = " ==0.5.0"
@@ -193,7 +183,7 @@ ax-platform = "==0.5.0"
193183
194184# Dependencies for libEnsemble
195185[tool .pixi .dependencies ]
196- python = " >=3.10 ,<3.15"
186+ python = " >=3.11 ,<3.15"
197187pip = " >=25.2,<26"
198188setuptools = " >=80.8.0,<81"
199189numpy = " >=2.2.6,<3"
0 commit comments