Skip to content

Commit 6effbfa

Browse files
committed
missed another one
1 parent 0471ade commit 6effbfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/split_tox_gh_actions/split_tox_gh_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
TOXENV_REGEX = re.compile(
3030
r"""
3131
{?(?P<py_versions>(py\d+\.\d+,?)+)}?
32-
-(?P<framework>[a-z](?:[a-z_]|-(?!v{?\d|latest))*[a-z0-9])
32+
-(?P<framework>[a-z](?:[a-z_]|-(?!v{?\d))*[a-z0-9])
3333
(?:-(
3434
(v{?(?P<framework_versions>[0-9.]+[0-9a-z,.]*}?))
3535
))?

0 commit comments

Comments
 (0)