Add support for Python 3.13 by Pliner · Pull Request #1080 · prometheus/client_python

1 change: 1 addition & 0 deletions .circleci/config.yml

Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ workflows:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- test_nooptionals:
matrix:
parameters:
Expand Down

1 change: 1 addition & 0 deletions setup.py

Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"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",
"Topic :: System :: Monitoring",
Expand Down

2 changes: 1 addition & 1 deletion tox.ini

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = coverage-clean,py{3.9,3.10,3.11,3.12,py3.9,3.9-nooptionals},coverage-report,flake8,isort,mypy
envlist = coverage-clean,py{3.9,3.10,3.11,3.12,3.13,py3.9,3.9-nooptionals},coverage-report,flake8,isort,mypy

[testenv]
deps =
Expand Down