Skip to content

Commit

Permalink
re-order Appveyor builds, most recent Python first
Browse files Browse the repository at this point in the history
Appveyor builds are slow and sequential, so do the most important one first, i.e. Python 3.12.
  • Loading branch information
keitherskine authored and mkleehammer committed Feb 5, 2024
1 parent 81482a1 commit 0bb04a7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ environment:
matrix:
# all the Python versions to be tested, both 32-bit and 64-bit
# ref: https://www.appveyor.com/docs/windows-images-software/#python
- PYTHON_HOME: "C:\\Python38"
- PYTHON_HOME: "C:\\Python38-x64"
- PYTHON_HOME: "C:\\Python39"
- PYTHON_HOME: "C:\\Python39-x64"
- PYTHON_HOME: "C:\\Python310"
- PYTHON_HOME: "C:\\Python310-x64"
- PYTHON_HOME: "C:\\Python311"
- PYTHON_HOME: "C:\\Python311-x64"
- PYTHON_HOME: "C:\\Python312"
- PYTHON_HOME: "C:\\Python312-x64"
- PYTHON_HOME: "C:\\Python312"
- PYTHON_HOME: "C:\\Python311-x64"
- PYTHON_HOME: "C:\\Python311"
- PYTHON_HOME: "C:\\Python310-x64"
- PYTHON_HOME: "C:\\Python310"
- PYTHON_HOME: "C:\\Python39-x64"
- PYTHON_HOME: "C:\\Python39"
- PYTHON_HOME: "C:\\Python38-x64"
- PYTHON_HOME: "C:\\Python38"

# ref: https://www.appveyor.com/docs/services-databases/
init:
Expand Down

0 comments on commit 0bb04a7

Please sign in to comment.