Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc3ce01

Browse files
authored
General updates for .cirrus.yml (#249)
2 parents 5bbe5cc + 5329d48 commit dc3ce01

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.cirrus.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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/*

0 commit comments

Comments
 (0)