Skip to content

Commit

Permalink
Drop python 3.6 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Sep 11, 2024
1 parent 15e2c37 commit f514b17
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,14 @@ environment:
WIN_SDK_ROOT: "C:\\Program Files\\Microsoft SDKs\\Windows"

matrix:
# Python 3.6
- PYTHON_DIR: "C:\\Python36-x64"

# Python 3.7
- PYTHON_DIR: "C:\\Python37-x64"

# Python 3.8
- PYTHON_DIR: "C:\\Python38-x64"

# Python 3.9
- PYTHON_DIR: "C:\\Python39-x64"

# Python 3.10
- PYTHON_DIR: "C:\\Python310-x64"
# Python 3.11
- PYTHON_DIR: "C:\\Python311-x64"

matrix:
exclude:
Expand Down

0 comments on commit f514b17

Please sign in to comment.