From ae1dedc6d6dd4af4643e089633500af35f586df1 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 23 Apr 2024 19:40:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=F0=9F=A7=AA=20List=20Python=203.12?= =?UTF-8?q?=20@=20package=20meta=20&=20CI=20matrix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is supported but haven't been tested against yet. --- .github/workflows/ci-cd.yml | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d890a5d738..fcd0611b9a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -905,6 +905,7 @@ jobs: # NOTE: The latest and the lowest supported Pythons are prioritized # NOTE: to improve the responsiveness. It's nice to see the most # NOTE: important results first. + - 3.12 - 3.11 - >- 3.10 diff --git a/pyproject.toml b/pyproject.toml index 202220f17b..3d4001874d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: Jython",