From ed587aec69695ee177d8cc5e7e326769b4a97b6e Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 2 Dec 2023 18:26:54 +0100 Subject: [PATCH] MAINT: test package on Python 3.12 --- .constraints/py3.12.txt | 0 pyproject.toml | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 .constraints/py3.12.txt diff --git a/.constraints/py3.12.txt b/.constraints/py3.12.txt new file mode 100644 index 00000000..e69de29b diff --git a/pyproject.toml b/pyproject.toml index 9def111c..16d1a7d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python", @@ -134,6 +135,7 @@ preview = true target-version = [ "py310", "py311", + "py312", "py38", "py39", ]