Skip to content

Commit

Permalink
Drops old Pythons and adds newer ones for Appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean committed Dec 16, 2022
1 parent 97b7e06 commit e930748
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,6 @@ version: 1.2.14.{build}

environment:
matrix:
# Python **2.6** and **3.3** are no more supported
- PYTHON: "C:\\Python27"
TOX_ENV: "py27"

- PYTHON: "C:\\Python27-x64"
TOX_ENV: "py27"

- PYTHON: "C:\\Python35"
TOX_ENV: "py35"

- PYTHON: "C:\\Python35-x64"
TOX_ENV: "py35"

- PYTHON: "C:\\Python36"
TOX_ENV: "py36"

- PYTHON: "C:\\Python36-x64"
TOX_ENV: "py36"

- PYTHON: "C:\\Python37"
TOX_ENV: "py37"

Expand All @@ -36,6 +17,24 @@ environment:
- PYTHON: "C:\\Python38-x64"
TOX_ENV: "py38"

- PYTHON: "C:\\Python39"
TOX_ENV: "py39"

- PYTHON: "C:\\Python39-x64"
TOX_ENV: "py39"

- PYTHON: "C:\\Python310"
TOX_ENV: "py310"

- PYTHON: "C:\\Python310-x64"
TOX_ENV: "py310"

- PYTHON: "C:\\Python311"
TOX_ENV: "py311"

- PYTHON: "C:\\Python311-x64"
TOX_ENV: "py311"

init:
- set PATH=%PYTHON%;%PYTHON%\Scripts;C:\MinGW\msys\1.0\bin;%PATH%
- "git config --system http.sslcainfo \"C:\\Program Files\\Git\\mingw64\\ssl\\certs\\ca-bundle.crt\""
Expand Down

0 comments on commit e930748

Please sign in to comment.