From ee1263574918a467de68099e38c37939b11ead0d Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Mon, 7 Oct 2024 21:23:42 +0200 Subject: [PATCH] Test against Python 3.14 --- .github/workflows/test.yml | 1 + pyproject.toml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb249ae..cf9e043 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,6 +50,7 @@ jobs: # - Windows # - MacOs python-version: + - "3.14.0-alpha.0" - "3.13.0-rc.3" - "3.12" - "3.11" diff --git a/pyproject.toml b/pyproject.toml index 7fb513c..06940a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,8 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: 3.9", "Programming Language :: Python", "Topic :: Software Development :: Testing",