From f301e63411df3836493119a6caf90b80b79c847e Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 2 Dec 2023 18:29:27 +0100 Subject: [PATCH] MAINT: test package on Python 3.12 --- .constraints/py3.12.txt | 0 pyproject.toml | 1 + setup.cfg | 1 + 3 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 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index da70be0..443dacb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ preview = true target-version = [ "py310", "py311", + "py312", "py36", "py37", "py38", diff --git a/setup.cfg b/setup.cfg index 68bb1a8..960b0e6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: Scientific/Engineering Topic :: Scientific/Engineering :: Physics Typing :: Typed