Skip to content

Commit 7e87a01

Browse files
authored
Add py312 to tox.ini (#2382)
1 parent 57d8338 commit 7e87a01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{38,39,310,311,py}, docs
2+
envlist = py{38,39,310,311,312,py}, docs
33

44
[pytest]
55
testpaths = kafka test
@@ -12,6 +12,7 @@ python =
1212
3.9: py39
1313
3.10: py310
1414
3.11: py311
15+
3.12: py312
1516
pypy-3.9: pypy
1617

1718
[testenv]

0 commit comments

Comments
 (0)