Skip to content

Commit 764d890

Browse files
committed
build: Updated minimum required tox version to v4.28.
1 parent dd0cb9a commit 764d890

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ repos:
7272
hooks:
7373
- id: pyproject-fmt
7474
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
75-
additional_dependencies: [tox>=4.9]
75+
additional_dependencies: [tox>=4.28]
7676
- repo: https://github.com/zizmorcore/zizmor-pre-commit
7777
rev: v1.12.1
7878
hooks:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the minimum required version of tox to v4.28. This change is only relevant if you use the ``tox.ini`` file provided by pytest-asyncio to run tests.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
minversion = 4.9.0
2+
minversion = 4.28.0
33
envlist = py39, py310, py311, py312, py313, py314, pytest-min, docs, pyright
44
isolated_build = true
55
passenv =

0 commit comments

Comments
 (0)