From 0325ed1f74c0a5081abfdb7480137cbc5d5fa0d5 Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Thu, 25 Sep 2025 16:26:57 -0400 Subject: [PATCH] Revert "Pin local Python version to lowest supported (#351)" This reverts commit 0aedc8c2f2a526f32fd6d7dd1d0f7c0b82cd2ea6. Checked again and this _should_ be superfluous. Removing for now. --- .python-version | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) delete mode 100644 .python-version diff --git a/.python-version b/.python-version deleted file mode 100644 index bd28b9c5..00000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -3.9 diff --git a/pyproject.toml b/pyproject.toml index d74a6a14..659e03d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ readme = "README.md" license = "Apache-2.0" license-files = ["LICENSE"] keywords = ["validate", "protobuf", "protocol buffer"] -# Keep our minimum version synced with ./.python-version. requires-python = ">=3.9" classifiers = [ "Programming Language :: Python :: 3.9",