From eb60546a036a2ad459fab2169469285f0ac9561c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 1 Oct 2025 11:41:16 +0200 Subject: [PATCH] AppVeyor: Upgrade to Python 3.13 --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 00d678e6..c7251983 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -39,7 +39,7 @@ environment: APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004 stack: -- python 3.12 +- python 3.13 for: # ====================================== @@ -294,4 +294,4 @@ for: cd $APPVEYOR_BUILD_FOLDER fi - test: off \ No newline at end of file + test: off