Skip to content

Commit

Permalink
[appveyor] update python vesions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrewe committed Feb 18, 2024
1 parent c7f4ae5 commit 057083d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ environment:


matrix:
# Python 3.6 64 bit
- PYTHON: "C:\\Python36-x64"
# Python 3.9 64 bit
- PYTHON: "C:\\Python39-x64"
pyver: 3
bits: 64

# Python 3.7 64 bit
- PYTHON: "C:\\Python37-x64"
# Python 3.11 64 bit
- PYTHON: "C:\\Python311-x64"
pyver: 3
bits: 64
RDP: "no"
Expand Down

0 comments on commit 057083d

Please sign in to comment.