From 8cdcf2a1b4ae844d841563f46e8e288f1670280c Mon Sep 17 00:00:00 2001 From: Kazuya Takei Date: Sat, 12 Oct 2024 15:20:21 +0900 Subject: [PATCH] update: Add supporting for python 3.13 --- .github/workflows/main.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b161a3..6edb28e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] sphinx-version: ['5.*', '6.*', '7.*'] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index 22d19fa..1162f57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Documentation :: Sphinx", "Topic :: Software Development", "Topic :: Software Development :: Documentation",