Skip to content

Commit

Permalink
Allow backward compatibility with Python 3.10
Browse files Browse the repository at this point in the history
Fixes #141
  • Loading branch information
flferretti committed Apr 23, 2024
1 parent a6544fb commit e478ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e478ff0

Please sign in to comment.