From d9fdfaecd7b58d7f8973e98f060df4f5ff3ddccd Mon Sep 17 00:00:00 2001 From: Kazuya Takei Date: Wed, 4 Dec 2024 16:08:17 +0900 Subject: [PATCH] env: Update supports - Drop python 3.8 - Add python 3.12, 3.13 --- .github/workflows/main.yml | 3 ++- .python-version | 2 +- pyproject.toml | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5041d9a..a1a7f53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,10 +22,11 @@ jobs: strategy: matrix: python-version: - - '3.8' - '3.9' - '3.10' - '3.11' + - '3.12' + - '3.13' workspace: ['locked', 'latest'] steps: - uses: actions/checkout@v4 diff --git a/.python-version b/.python-version index cc1923a..bd28b9c 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.8 +3.9 diff --git a/pyproject.toml b/pyproject.toml index 54647f1..0c56b7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,10 +12,11 @@ classifiers = [ "Framework :: Sphinx :: Extension", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", - "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", "Topic :: Documentation :: Sphinx", ] readme = "README.rst" @@ -25,7 +26,7 @@ dependencies = [ "sphinx", ] dynamic = ["version", "description"] -requires-python = ">= 3.8" +requires-python = ">= 3.9" [project.optional-dependencies] doc = [