diff --git a/setup.cfg b/setup.cfg index a3f5b1d99..33e19bd86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,6 +37,7 @@ classifiers = Operating System :: POSIX :: Linux Operating System :: MacOS Operating System :: Microsoft + Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 Programming Language :: Python :: 3 :: Only @@ -51,7 +52,7 @@ zip_safe = False packages = find: package_dir = =src -python_requires = >=3.11 +python_requires = >=3.10 install_requires = coloredlogs jax >= 0.4.13