Skip to content

Commit 311e9ba

Browse files
committed
Remove Python 3.13 from tox envlist
The tox configuration no longer includes Python 3.13 in the envlist, due to compatibility reasons.
1 parent b16510d commit 311e9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test = [
4949
packages = ["bugbot"]
5050

5151
[tool.tox]
52-
envlist = ["py310", "py311", "py312", "py313"]
52+
envlist = ["py310", "py311", "py312"]
5353
skipsdist = true
5454

5555
[tool.tox.env_run_base]

0 commit comments

Comments
 (0)