Skip to content

Commit

Permalink
Change minimal Python required version to 3.7
Browse files Browse the repository at this point in the history
Drop python 3.6 support from v0.3.0, following
[JAX deprecation policy](https://jax.readthedocs.io/en/latest/deprecation.html).

PiperOrigin-RevId: 410793443
  • Loading branch information
claudiofantacci authored and PIXDev committed Nov 18, 2021
1 parent 71e91f5 commit d858d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _parse_requirements(requirements_txt_path):
extras_require=_EXTRA_PACKAGES,
tests_require=_parse_requirements(
os.path.join(_CURRENT_DIR, 'requirements_tests.txt')),
requires_python='>=3.6',
requires_python='>=3.7',
include_package_data=True,
zip_safe=False,
# PyPI package information.
Expand Down

0 comments on commit d858d33

Please sign in to comment.