From 88ecdcf5cdaaca8eb0a376ac1054c2a49836161c Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sun, 9 Jul 2023 19:22:49 +0200 Subject: [PATCH] MAINT: verify installation on Python 3.11 --- pyproject.toml | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index eae039d..71cad8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ include = '\.pyi?$' preview = true target-version = [ "py310", + "py311", "py36", "py37", "py38", diff --git a/setup.cfg b/setup.cfg index 781cd07..57f11ca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Typing :: Typed [options]