Skip to content

Commit

Permalink
Fix python versions for AppVeyor (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed Nov 21, 2022
1 parent bc8967c commit fa239a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fa239a2

Please sign in to comment.