We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8967c commit fa239a2Copy full SHA for fa239a2
.appveyor.yml
@@ -3,14 +3,16 @@ environment:
3
KAFKA_VERSION: "2.8.1"
4
SCALA_VERSION: "2.13"
5
matrix:
6
+ - PYTHON: "C:\\Python311"
7
+ - PYTHON: "C:\\Python311-x64"
8
+ - PYTHON: "C:\\Python310"
9
+ - PYTHON: "C:\\Python310-x64"
10
- PYTHON: "C:\\Python39"
11
- PYTHON: "C:\\Python39-x64"
12
- PYTHON: "C:\\Python38"
13
- PYTHON: "C:\\Python38-x64"
14
- PYTHON: "C:\\Python37"
15
- PYTHON: "C:\\Python37-x64"
- - PYTHON: "C:\\Python36"
- - PYTHON: "C:\\Python36-x64"
16
17
image: Visual Studio 2022
18
0 commit comments