From faa579ae56c1ee9c2febf9e426e355e04d3790c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Thu, 10 Oct 2024 18:46:31 +0200 Subject: [PATCH] Revert "Add pythong 3.13 to conda checks" This reverts commit 2bb8d25ae648fd6923e535e7d5b513df5a50d03a. --- dev/tasks/tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml index 236c4ccc54556..d38b822ffd853 100644 --- a/dev/tasks/tasks.yml +++ b/dev/tasks/tasks.yml @@ -1213,7 +1213,7 @@ tasks: UBUNTU: 22.04 image: ubuntu-cpp-emscripten -{% for python_version in ["3.9", "3.10", "3.11", "3.12", "3.13"] %} +{% for python_version in ["3.9", "3.10", "3.11", "3.12"] %} test-conda-python-{{ python_version }}: ci: github template: docker-tests/github.linux.yml