ci: Switch to tox main branch

This commit is contained in:
Florian Bruhin 2025-05-13 12:32:02 +02:00
parent 858606c18d
commit 9c7a75616c
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ tox==4.25.0 ; python_full_version!="3.14.0b1"
typing_extensions==4.13.2
virtualenv==20.31.2
wheel==0.45.1
tox @ git+https://github.com/The-Compiler/tox@python314 ; python_full_version=="3.14.0b1"
tox @ git+https://github.com/tox-dev/tox ; python_full_version=="3.14.0b1"

View File

@ -2,4 +2,4 @@ tox
wheel
#@ markers: tox python_full_version!="3.14.0b1"
#@ add: tox @ git+https://github.com/The-Compiler/tox@python314 ; python_full_version=="3.14.0b1"
#@ add: tox @ git+https://github.com/tox-dev/tox ; python_full_version=="3.14.0b1"