Skip to content

Commit

Permalink
Bump minimum required python version. Fixes #16.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 717086713
Change-Id: I5d11069b34ced8988fdd4897989e1a7650c75350
  • Loading branch information
kevinzakka authored and copybara-github committed Jan 19, 2025
1 parent 30a22a2 commit 1cd81f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pip install playground
### From Source

> [!IMPORTANT]
> Requires Python 3.9 or later.
> Requires Python 3.10 or later.
1. `pip install -U "jax[cuda12]"`
* Verify GPU backend: python -c "import jax; print(jax.default_backend())" should print gpu
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ readme = "README.md"
authors = [
{name = "Google DeepMind", email = "[email protected]"},
]
requires-python = ">=3.9"
requires-python = ">=3.10"
dynamic = ["description"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: Robot Framework :: Library",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit 1cd81f3

Please sign in to comment.