7575build_task :
7676 name : build and check (Linux - 3.11)
7777 alias : build
78- container : {image: "python:3.11-bullseye "}
78+ container : {image: "python:3.11-trixie "}
7979 clone_script : *clone
8080 << : *task-template
8181 install_script : pip install tox tox-uv
@@ -91,17 +91,16 @@ linux_task:
9191 - name : test (Linux - 3.8)
9292 container : {image: "python:3.8-bookworm"}
9393 - name : test (Linux - 3.10)
94- container : {image: "python:3.10-bookworm "}
94+ container : {image: "python:3.10-trixie "}
9595 skip : $BRANCH !=~ "^(main|master)$"
9696 - name : test (Linux - 3.12)
97- container : {image: "python:3.12-bookworm "}
97+ container : {image: "python:3.12-trixie "}
9898 skip : $BRANCH !=~ "^(main|master)$"
99- - name : test (Linux - 3.13)
100- container : {image: "python:3.13-bookworm"}
101- - name : test (Linux - 3.13)
102- container : {image: "python:3.13-trixie"}
10399 - name : test (Linux - 3.14)
104- container : {image: "python:3.14-bookworm"}
100+ container : {image: "python:3.14-trixie"}
101+ - name : test (Linux - 3.15)
102+ container : {image: "python:3.15-rc-trixie"}
103+ allow_failures : true # RC
105104 install_script :
106105 - python -m pip install --upgrade pip tox tox-uv pipx
107106 << : *test-template
@@ -139,7 +138,7 @@ freebsd_task:
139138 depends_on : [build, base-test]
140139
141140windows_task :
142- name : test (Windows - 3.12.5 )
141+ name : test (Windows - 3.12.10 )
143142 windows_container :
144143 image : " cirrusci/windowsservercore:2019"
145144 os_version : 2019
@@ -157,7 +156,7 @@ windows_task:
157156 depends_on : [build, base-test]
158157
159158finalize_task :
160- container : {image: "python:3.10-bullseye "}
159+ container : {image: "python:3.10-trixie "}
161160 depends_on : [test]
162161 << : *task-template
163162 install_script : pip install 'coveralls<4'
@@ -167,7 +166,7 @@ finalize_task:
167166linkcheck_task :
168167 name : linkcheck (Linux - 3.10)
169168 only_if : $BRANCH =~ "^(main|master)$"
170- container : {image: "python:3.10-bullseye "}
169+ container : {image: "python:3.10-trixie "}
171170 depends_on : [finalize]
172171 allow_failures : true
173172 << : *task-template
@@ -179,7 +178,7 @@ linkcheck_task:
179178# # (commented to avoid errors when publishing duplicated packages to PyPI)
180179# publish_task:
181180# name: publish (Linux - 3.10)
182- # container: {image: "python:3.10-bullseye "}
181+ # container: {image: "python:3.10-trixie "}
183182# depends_on: [build, base-test, test]
184183# only_if: $CIRRUS_TAG =~ 'v\d.*' && $CIRRUS_USER_PERMISSION == "admin"
185184# <<: *task-template
0 commit comments