Skip to content

Commit 22de2de

Browse files
authored
Bump up minimum version of python to 3.10. (#21307)
The latest versions of JAX and TensorFlow will no longer support Python 3.9. They do now support 3.12.
1 parent a9ff3a7 commit 22de2de

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To set up your local dev environment, you will need the following tools.
8383
2. [python](https://www.python.org/) to build and code in Keras.
8484

8585
The following commands check the tools above are successfully installed. Note
86-
that Keras requires at least Python 3.9 to run.
86+
that Keras requires at least Python 3.10 to run.
8787

8888
```shell
8989
git --version

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ authors = [
99
]
1010
description = "Multi-backend Keras"
1111
readme = "README.md"
12-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1313
license = {text = "Apache License 2.0"}
1414
dynamic = ["version"]
1515
classifiers = [
1616
"Development Status :: 4 - Beta",
1717
"Programming Language :: Python :: 3",
18-
"Programming Language :: Python :: 3.9",
1918
"Programming Language :: Python :: 3.10",
2019
"Programming Language :: Python :: 3.11",
2120
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)