pitrou commented on code in PR #49032:
URL: https://github.com/apache/arrow/pull/49032#discussion_r2735437701
##########
dev/tasks/tasks.yml:
##########
@@ -589,23 +589,25 @@ tasks:
UBUNTU: 22.04
image: ubuntu-python-313-freethreading
- test-debian-12-python-3-amd64:
+{% for debian_version in ["12", "13"] %}
+ test-debian-{{ debian_version }}-python-3-amd64:
ci: github
template: docker-tests/github.linux.yml
params:
env:
- DEBIAN: 12
+ DEBIAN: "{{ debian_version }}"
image: debian-python
- test-debian-12-python-3-i386:
+ test-debian-{{ debian_version }}-python-3-i386:
Review Comment:
Ok, should we remove `debian-13-cpp.dockerfile` too?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]