From 99a6056895a1ab34e1e2c729c9cecd6777f4b5d6 Mon Sep 17 00:00:00 2001 From: Venkata Sai Madhur Karampudi Date: Tue, 23 Jun 2026 21:55:55 +0000 Subject: [PATCH] docs: Update supported Python versions in CONTRIBUTING.md to 3.10-3.13 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42b20cfbb0..ac470a8601 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ This project follows # Contributing Guidelines -At this point, TFX only supports Python 3 (3.7, 3.8, and 3.9) on Linux and +At this point, TFX only supports Python 3 (3.10, 3.11, 3.12, and 3.13) on Linux and MacOS. Please use one of these operating systems for development and testing. ## Setting up local development environment