Skip to content

Commit fa239a2

Browse files
authored
Fix python versions for AppVeyor (#867)
1 parent bc8967c commit fa239a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ environment:
33
KAFKA_VERSION: "2.8.1"
44
SCALA_VERSION: "2.13"
55
matrix:
6+
- PYTHON: "C:\\Python311"
7+
- PYTHON: "C:\\Python311-x64"
8+
- PYTHON: "C:\\Python310"
9+
- PYTHON: "C:\\Python310-x64"
610
- PYTHON: "C:\\Python39"
711
- PYTHON: "C:\\Python39-x64"
812
- PYTHON: "C:\\Python38"
913
- PYTHON: "C:\\Python38-x64"
1014
- PYTHON: "C:\\Python37"
1115
- PYTHON: "C:\\Python37-x64"
12-
- PYTHON: "C:\\Python36"
13-
- PYTHON: "C:\\Python36-x64"
1416

1517
image: Visual Studio 2022
1618

0 commit comments

Comments
 (0)