From 028efee8e86d48f3f1a6c42bd53909498581ec9c Mon Sep 17 00:00:00 2001 From: Casey Korver Date: Thu, 5 Oct 2023 00:20:59 +0000 Subject: [PATCH] Add explicit Python 3.12 support --- .github/workflows/codespell-private.yml | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/codespell-private.yml b/.github/workflows/codespell-private.yml index d2993442af..c965b09042 100644 --- a/.github/workflows/codespell-private.yml +++ b/.github/workflows/codespell-private.yml @@ -23,6 +23,7 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12' no-toml: - '' include: diff --git a/pyproject.toml b/pyproject.toml index bee968cc1d..0d437acac7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] dependencies = [] dynamic = ["version"]