Skip to content

Commit

Permalink
removed [python3.6] and [python3.8, UIA_SUPPORT=NO] configurations, a…
Browse files Browse the repository at this point in the history
…dded [python3.9, x86, UIA_SUPPORT=YES], [python3.10, x64, UIA_SUPPORT=YES]
  • Loading branch information
EOKruglov authored and vasily-v-ryabov committed Feb 21, 2022
1 parent 7235e6f commit ff980ba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ environment:
PYTHON_ARCH: "32"
UIA_SUPPORT: "YES"

- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
UIA_SUPPORT: "YES"

- PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "32"
Expand All @@ -45,10 +40,15 @@ environment:
- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8"
PYTHON_ARCH: "64"
UIA_SUPPORT: "NO"
UIA_SUPPORT: "YES"

- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8"
- PYTHON: "C:\\Python39"
PYTHON_VERSION: "3.9"
PYTHON_ARCH: "32"
UIA_SUPPORT: "YES"

- PYTHON: "C:\\Python310-x64"
PYTHON_VERSION: "3.10"
PYTHON_ARCH: "64"
UIA_SUPPORT: "YES"

Expand Down

0 comments on commit ff980ba

Please sign in to comment.