chromatix-team / chromatix

Differentiable wave optics using JAX! Documentation can be found at https://chromatix.readthedocs.io
MIT License
71 stars 12 forks source link

Drop python 3.8 #109

Closed GJBoth closed 3 months ago

GJBoth commented 4 months ago

3.8 is no longer supported by Jax: https://jax.readthedocs.io/en/latest/deprecation.html 3.9 will be dropped this july, so let's use 3.10 minimal.

gschlafly commented 4 months ago

may want to add 3.11 and 3.12 to the github actions too

GJBoth commented 3 months ago

@gschlafly We'll stick with 3.10 and 3.11 for now, but will explore 3.12 soon.

Fixed by #136