From 66c55b11f06035a99f6b8e20a8e5207c456da0f1 Mon Sep 17 00:00:00 2001 From: Andreas Fehlner Date: Sun, 30 Mar 2025 06:52:18 +0200 Subject: [PATCH] remove failing python 3.8 from appveyor as 3.8 is end of life --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b1e639d..f9b1d4d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,8 +5,7 @@ image: Visual Studio 2019 # environment variables environment: - matrix: - - PYTHON: "C:\\Python38-x64" + matrix: - PYTHON: "C:\\Python39-x64" - PYTHON: "C:\\Python310-x64" - PYTHON: "C:\\Python311-x64"