From e478ff0b86c85a72d78802b470a4af118ad9842e Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti <102977828+flferretti@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:07:47 +0200 Subject: [PATCH] Allow backward compatibility with Python 3.10 Fixes #141 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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