From afbb9ee3e0e7559f665d1320fb19eaa8ee8ab7c5 Mon Sep 17 00:00:00 2001 From: shatakshiiii Date: Wed, 25 Oct 2023 16:21:19 +0530 Subject: [PATCH] Add support for python 3.12 --- .github/workflows/tox.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 9c4a7ff..b2a4df3 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -26,7 +26,7 @@ jobs: uses: coactions/dynamic-matrix@v1 with: min_python: "3.7" - max_python: "3.11" + max_python: "3.12" default_python: "3.11" # used by jobs in other_names other_names: | lint diff --git a/pyproject.toml b/pyproject.toml index 9d62847..ade69e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,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 :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', ]