From 12c0d49b8a6bc8d8ac7d3706256147fd0695ab6e Mon Sep 17 00:00:00 2001 From: Dan Lindholm Date: Mon, 9 Mar 2026 09:21:44 +0100 Subject: [PATCH 1/2] feat: build for free-threaded python 3.14 --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c10564..9618418 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,7 @@ jobs: - "cp312" - "cp313" - "cp314" + - "cp314t" platform: - "manylinux" - "musllinux" @@ -112,6 +113,7 @@ jobs: - "cp312" - "cp313" - "cp314" + - "cp314t" include: - arch: "x86_64" macos: 15 From f81e8a9bf7c91fefde123e25f4fd473bcf13f72b Mon Sep 17 00:00:00 2001 From: Dan Lindholm Date: Mon, 9 Mar 2026 11:28:12 +0100 Subject: [PATCH 2/2] docs: update classifiers --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3efee7b..2ebca7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,10 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: Free Threading", + "Programming Language :: Python :: Free Threading :: 2 - Beta", "Programming Language :: Python :: Implementation :: CPython", - "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Localization", "Topic :: Software Development :: Internationalization", ]