From f4a55267410216a4478625a61db5a00a77261363 Mon Sep 17 00:00:00 2001 From: James Myatt Date: Thu, 13 Feb 2025 13:41:24 +0000 Subject: [PATCH 1/3] Add Python 3.12 and 3.13 to test matrix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fa71df8f8..66fdfee56 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,7 +65,7 @@ workflows: requires: ["Test"] matrix: parameters: - version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] - orb/docs: name: "Docs" requires: ["Test"] From 67786653a572070af19542841a327ad791fd8ba6 Mon Sep 17 00:00:00 2001 From: James Myatt Date: Thu, 13 Feb 2025 13:42:40 +0000 Subject: [PATCH 2/3] Add classifiers for newer Pythons --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 1bfb53fe2..4ccfdb3ce 100644 --- a/setup.py +++ b/setup.py @@ -68,6 +68,8 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Software Development", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries", From 220814bcc854e71cc7d21b6a92acc7b103d0b846 Mon Sep 17 00:00:00 2001 From: James Myatt Date: Thu, 13 Feb 2025 13:57:16 +0000 Subject: [PATCH 3/3] Add new pythons to tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0cdda0531..28ea1d972 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py36, py37, py38, py39, 'py310', py311 +envlist = py36, py37, py38, py39, 'py310', py311, py312, py313 [testenv] commands =