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"] 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", 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 =