From b902b58bad588a3571365c5c1908a212682bdd2d Mon Sep 17 00:00:00 2001 From: Daisuke Oyama Date: Sat, 13 Dec 2025 12:25:58 +0900 Subject: [PATCH] CI: Add Python 3.14, drop 3.11 --- .github/workflows/ci.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29db3e6a..02b307f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macos-latest] - python-version: [3.11, 3.12, 3.13] + python-version: [3.12, 3.13, 3.14] steps: - uses: actions/checkout@v5 with: diff --git a/pyproject.toml b/pyproject.toml index 8fd8481a..8797dad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,9 @@ classifiers = [ 'Intended Audience :: Science/Research', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', 'Topic :: Scientific/Engineering', ] keywords = [