drop Python 3.10 support (EOL in Oct anyway)

This commit is contained in:
Jay Lee
2026-07-03 09:47:36 -04:00
parent 8ad404a8d1
commit baf796ebad
2 changed files with 1 additions and 8 deletions

View File

@@ -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"

View File

@@ -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",