Skip to content

Commit

Permalink
Remove Python 3.12 from env list
Browse files Browse the repository at this point in the history
CI image now supports Python 3.12, which revealed an incompatibility
with Prospector.
prospector-dev/prospector#641

Change-Id: I3d434bc46ad8e30a4a7c3cbec153b43405dbbcc7
  • Loading branch information
XioNoX committed Aug 8, 2024
1 parent 5f9f788 commit 6df6314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py{39,311,312}-{flake8,bandit,mypy,prospector}
envlist=py{39,311}-{flake8,bandit,mypy,prospector}
skip_missing_interpreters = True
skipsdist = true

Expand Down

0 comments on commit 6df6314

Please sign in to comment.