Skip to content

Commit 6df6314

Browse files
committed
Remove Python 3.12 from env list
CI image now supports Python 3.12, which revealed an incompatibility with Prospector. prospector-dev/prospector#641 Change-Id: I3d434bc46ad8e30a4a7c3cbec153b43405dbbcc7
1 parent 5f9f788 commit 6df6314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py{39,311,312}-{flake8,bandit,mypy,prospector}
2+
envlist=py{39,311}-{flake8,bandit,mypy,prospector}
33
skip_missing_interpreters = True
44
skipsdist = true
55

0 commit comments

Comments
 (0)