From 5ed6efcc176d88b3823a6798891f3d7c7c68fb33 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 22 Apr 2025 12:45:44 +0000 Subject: [PATCH] Bump minimum python to 3.9, add tests for 3.12 and 3.13 --- .github/workflows/python-package.yml | 2 +- README.rst | 2 +- setup.py | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 6cc32c7..b3e7b65 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3 diff --git a/README.rst b/README.rst index 1d2b77d..503a891 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ the extras authors. See LICENSE for details. Required Dependencies --------------------- - * Python 3.7+ + * Python 3.9+ Bug reports and patches diff --git a/setup.py b/setup.py index 879f7f5..91767ed 100755 --- a/setup.py +++ b/setup.py @@ -41,12 +41,11 @@ def get_long_description(): "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ],