Skip to content

Commit

Permalink
skip all x86 builds on appveyor because they lack dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
astanin committed Sep 26, 2024
1 parent 4440c1e commit 3431047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ environment:
# isn't covered by this document) at the time of writing.

#- PYTHON: "C:\\Python39"
- PYTHON: "C:\\Python310"
- PYTHON: "C:\\Python311"
- PYTHON: "C:\\Python312"
#- PYTHON: "C:\\Python310"
#- PYTHON: "C:\\Python311"
#- PYTHON: "C:\\Python312"
- PYTHON: "C:\\Python39-x64"
- PYTHON: "C:\\Python310-x64"
- PYTHON: "C:\\Python311-x64"
Expand Down

0 comments on commit 3431047

Please sign in to comment.