8000 Add support for Python 3.12 · prometheus/client_python@1fee4cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fee4cf

Browse files
committed
Add support for Python 3.12
1 parent 34553ad commit 1fee4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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