Skip to content

Commit

Permalink
fix python versions on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Apr 2, 2024
1 parent e1267b7 commit 896995a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ environment:
PIP: 24.0
- job_name: Java 11, python 3.11
JAVA_HOME: C:\Program Files\Java\jdk11
PYTHON: "C:\\Python38-x64"
PYTHON: "C:\\Python311-x64"
PIP: 24.0
- job_name: Java 17, python 3.12
JAVA_HOME: C:\Program Files\Java\jdk17
appveyor_build_worker_image: Visual Studio 2019
PYTHON: "C:\\Python311-x64"
PYTHON: "C:\\Python312-x64"
PIP: 24.0

install:
Expand Down

0 comments on commit 896995a

Please sign in to comment.