From baf796ebad6a0be62173724c0c946f88d8a723df Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 3 Jul 2026 09:47:36 -0400 Subject: [PATCH] drop Python 3.10 support (EOL in Oct anyway) --- .github/workflows/build.yml | 6 ------ pyproject.toml | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11ecca12..f9056486 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -106,12 +106,6 @@ jobs: freethreaded: false goal: build name: Build Arm Windows - - os: ubuntu-24.04 - goal: test - python: "3.10" - freethreaded: false - jid: 15 - name: Test Python 3.10 - os: ubuntu-24.04 goal: test python: "3.11" diff --git a/pyproject.toml b/pyproject.toml index 92786917..4b7637d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,11 +25,10 @@ dependencies = [ ] description = "CLI tool to manage Google Workspace" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13",