Skip to content

Commit

Permalink
Upgrade Python version to 3.9
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 685739424
  • Loading branch information
ecalubaquib authored and tensorflower-gardener committed Oct 14, 2024
1 parent a5b1b73 commit 8634b6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kokoro/github/ubuntu/cpu/oldest/continuous.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build_file: "gnn/kokoro/github/ubuntu/cpu/build_versioned.sh"

env_vars: {
key: "PYTHON_VERSION"
value: "3.8"
value: "3.9"
}
env_vars: {
key: "TF_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion kokoro/github/ubuntu/cpu/oldest/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build_file: "gnn/kokoro/github/ubuntu/cpu/build_versioned.sh"

env_vars: {
key: "PYTHON_VERSION"
value: "3.8"
value: "3.9"
}
env_vars: {
key: "TF_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def get_version():
# pylint:enable=g-line-too-long
'apache-beam',
],
python_requires='>=3.8,<4',
python_requires='>=3.9,<4',
packages=find_namespace_packages(
exclude=['examples*', 'package*', 'testdata*'],
),
Expand Down

0 comments on commit 8634b6b

Please sign in to comment.