From 6400daeef74902a9f39bc2934e41de39c1e40437 Mon Sep 17 00:00:00 2001 From: "David A. Ramos" Date: Thu, 23 Mar 2023 18:46:19 -0700 Subject: [PATCH] Officially support Python 3.11 --- .github/workflows/ci.yaml | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ef4d0d..a43dc37 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,6 +71,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" tox_env: - pytest62 - pytest70 diff --git a/setup.cfg b/setup.cfg index 5f3401c..885e92d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,6 +26,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: 3 :: Only Operating System :: OS Independent License :: OSI Approved :: MIT License