Skip to content

Commit 1cd81f3

Browse files
kevinzakkacopybara-github
authored andcommitted
Bump minimum required python version. Fixes #16.
PiperOrigin-RevId: 717086713 Change-Id: I5d11069b34ced8988fdd4897989e1a7650c75350
1 parent 30a22a2 commit 1cd81f3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pip install playground
2525
### From Source
2626

2727
> [!IMPORTANT]
28-
> Requires Python 3.9 or later.
28+
> Requires Python 3.10 or later.
2929
3030
1. `pip install -U "jax[cuda12]"`
3131
* Verify GPU backend: python -c "import jax; print(jax.default_backend())" should print gpu

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ readme = "README.md"
99
authors = [
1010
{name = "Google DeepMind", email = "[email protected]"},
1111
]
12-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1313
dynamic = ["description"]
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"Framework :: Robot Framework :: Library",
1717
"Intended Audience :: Developers",
1818
"Intended Audience :: Science/Research",
1919
"License :: OSI Approved :: Apache Software License",
20-
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)