From 4bc2cd8cd10dc2550f354ca58f883e23c8b49b1d Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:25:39 +0100 Subject: [PATCH] Add tox-gh-actions for the gh-actions segment not to be ignored --- {{cookiecutter.package_name}}/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/{{cookiecutter.package_name}}/pyproject.toml b/{{cookiecutter.package_name}}/pyproject.toml index fc25ced..540535b 100644 --- a/{{cookiecutter.package_name}}/pyproject.toml +++ b/{{cookiecutter.package_name}}/pyproject.toml @@ -129,6 +129,9 @@ docstring-code-format = true # Also format code in docstrings (e.g. examples) [tool.tox] legacy_tox_ini = """ [tox] +requires = + tox>=4 + tox-gh-actions envlist = py{311,312,313} isolated_build = True