From c1a8b0097afd73d73c1877b58d13971dedc61e2e Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Thu, 12 Sep 2024 15:39:38 +0100 Subject: [PATCH] Drop `3.10` Python support --- .github/workflows/test.yml | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a33ab42..0ff53df2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4 with: diff --git a/pyproject.toml b/pyproject.toml index 7baa4d73..44f6a035 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", @@ -34,7 +33,7 @@ maintainers = [ ] name = "glass" readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.10" license.file = "LICENSE" [project.optional-dependencies]