From 400081d7188b834fcfff2c9995e7d47b14764d91 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 29 Sep 2025 10:23:06 -0500 Subject: [PATCH] PYTHON-5468 Add Python 3.14 support --- .github/workflows/test-python.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 67afd30..c312272 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -40,7 +40,7 @@ jobs: contents: read strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] fail-fast: false name: CPython ${{ matrix.python-version }} steps: diff --git a/pyproject.toml b/pyproject.toml index 0e01df3..a4dd13e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [