From ab8480e4b63d52d66b085f3f24868ead35d58b97 Mon Sep 17 00:00:00 2001 From: "Keto D. Zhang" Date: Mon, 4 Nov 2024 17:21:24 -0800 Subject: [PATCH] ci: add tests for Python 3.13 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5393e3..b810f61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] @@ -68,7 +69,7 @@ python = ["3.9"] numpy-version = ["1"] [[tool.hatch.envs.test.matrix]] -python = ["3.10", "3.11", "3.12"] +python = ["3.10", "3.11", "3.12", "3.13'] numpy-version = ["1", "2"]