File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,13 +93,13 @@ linux_task:
9393 - name : test (Linux - 3.10)
9494 container : {image: "python:3.10-bookworm"}
9595 skip : $BRANCH !=~ "^(main|master)$"
96- - name : test (Linux - 3.11)
97- container : {image: "python:3.11-bookworm"}
98- skip : $BRANCH !=~ "^(main|master)$"
9996 - name : test (Linux - 3.12)
10097 container : {image: "python:3.12-bookworm"}
98+ skip : $BRANCH !=~ "^(main|master)$"
10199 - name : test (Linux - 3.13)
102- container : {image: "python:3.13-rc-bookworm"}
100+ container : {image: "python:3.13-bookworm"}
101+ - name : test (Linux - 3.14)
102+ container : {image: "python:3.14-rc-bookworm"}
103103 allow_failures : true # RC
104104 install_script :
105105 - python -m pip install --upgrade pip tox tox-uv pipx
@@ -185,7 +185,7 @@ linkcheck_task:
185185# TWINE_USERNAME: __token__
186186# TWINE_PASSWORD: $PYPI_TOKEN
187187# # See: https://cirrus-ci.org/guide/writing-tasks/#encrypted-variables
188- # install_script: pip install tox
188+ # install_script: pip install tox tox-uv
189189# download_artifact_script: *download-artifact
190190# publish_script:
191191# - ls dist/*
You can’t perform that action at this time.
0 commit comments