From 55fd3b64374d598b7bbfdf817754167bfd491ab0 Mon Sep 17 00:00:00 2001 From: Jeremy Mayeres Date: Wed, 15 Oct 2025 15:25:17 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Official=20Python=203.14=20suppo?= =?UTF-8?q?rt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove beta versions from testing matrix - Add 3.14 classifier --- .github/workflows/test.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9366774..fbc83f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - "3.11" - "3.12" - "3.13" - - "3.14.0-beta - 3.14" + - "3.14" steps: - name: Checkout the code diff --git a/pyproject.toml b/pyproject.toml index b5a3a2c..425eb26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: 3", "Topic :: System :: Logging", ]