8000 Add support for Python 3.12 (#956) · prometheus/client_python@2f6bd47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f6bd47

Browse files
authored
Add support for Python 3.12 (#956)
* Add support for Python 3.12 * Add Trove classifier for 3.12 * Add 3.12 to CircleCI --------- Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent e56cfda commit 2f6bd47

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ workflows:
7979
- "3.9"
8080
- "3.10"
8181
- "3.11"
82+
- "3.12"
8283
- test_nooptionals:
8384
matrix:
8485
parameters:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"Programming Language :: Python :: 3.9",
4343
"Programming Language :: Python :: 3.10",
4444
"Programming Language :: Python :: 3.11",
45+
"Programming Language :: Python :: 3.12",
4546
"Programming Language :: Python :: Implementation :: CPython",
4647
"Programming Language :: Python :: Implementation :: PyPy",
4748
"Topic :: System :: Monitoring",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = coverage-clean,py3.8,py3.9,py3.10,py3.11,pypy3.8,py3.9-nooptionals,coverage-report,flake8,isort,mypy
2+
envlist = coverage-clean,py{3.8,3.9,3.10,3.11,3.12,py3.8,3.9-nooptionals},coverage-report,flake8,isort,mypy
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)
0