From fa239a24c045b4bc751adf05f8b4902c72daff4f Mon Sep 17 00:00:00 2001 From: Denis Otkidach Date: Mon, 21 Nov 2022 15:38:58 +0200 Subject: [PATCH] Fix python versions for AppVeyor (#867) --- .appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index a7fe6c7b..b510c9f2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,14 +3,16 @@ environment: KAFKA_VERSION: "2.8.1" SCALA_VERSION: "2.13" matrix: + - PYTHON: "C:\\Python311" + - PYTHON: "C:\\Python311-x64" + - PYTHON: "C:\\Python310" + - PYTHON: "C:\\Python310-x64" - PYTHON: "C:\\Python39" - PYTHON: "C:\\Python39-x64" - PYTHON: "C:\\Python38" - PYTHON: "C:\\Python38-x64" - PYTHON: "C:\\Python37" - PYTHON: "C:\\Python37-x64" - - PYTHON: "C:\\Python36" - - PYTHON: "C:\\Python36-x64" image: Visual Studio 2022