From 8634b6bed53cbc72e8061a337ec99b824ed728c1 Mon Sep 17 00:00:00 2001 From: Ezekiel Calubaquib Date: Mon, 14 Oct 2024 09:48:19 -0700 Subject: [PATCH] Upgrade Python version to 3.9 PiperOrigin-RevId: 685739424 --- kokoro/github/ubuntu/cpu/oldest/continuous.cfg | 2 +- kokoro/github/ubuntu/cpu/oldest/presubmit.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kokoro/github/ubuntu/cpu/oldest/continuous.cfg b/kokoro/github/ubuntu/cpu/oldest/continuous.cfg index 07e727a8..5559d1ca 100644 --- a/kokoro/github/ubuntu/cpu/oldest/continuous.cfg +++ b/kokoro/github/ubuntu/cpu/oldest/continuous.cfg @@ -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" diff --git a/kokoro/github/ubuntu/cpu/oldest/presubmit.cfg b/kokoro/github/ubuntu/cpu/oldest/presubmit.cfg index 07e727a8..5559d1ca 100644 --- a/kokoro/github/ubuntu/cpu/oldest/presubmit.cfg +++ b/kokoro/github/ubuntu/cpu/oldest/presubmit.cfg @@ -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" diff --git a/setup.py b/setup.py index 9e1144c5..b1357748 100644 --- a/setup.py +++ b/setup.py @@ -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*'], ),