Skip to content

Commit

Permalink
Disable Python 3.6 and enable 3.11, 3.12 on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 26, 2024
1 parent df817af commit df652bc
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ image: Visual Studio 2019

environment:
matrix:
# Python36
- TOXENV: "py36"
PYTHON: "C:\\Python36"
TOX_APPVEYOR_X64: 0
# # Python36
# - TOXENV: "py36"
# PYTHON: "C:\\Python36"
# TOX_APPVEYOR_X64: 0
# Python37
- TOXENV: "py37"
PYTHON: "C:\\Python37"
Expand All @@ -24,10 +24,10 @@ environment:
# - TOXENV: "py310"
# PYTHON: "C:\\Python310"
# TOX_APPVEYOR_X64: 0
# Python36-x64
- TOXENV: "py36"
PYTHON: "C:\\Python36-x64"
TOX_APPVEYOR_X64: 1
# # Python36-x64
# - TOXENV: "py36"
# PYTHON: "C:\\Python36-x64"
# TOX_APPVEYOR_X64: 1
# Python37-x64
- TOXENV: "py37"
PYTHON: "C:\\Python37-x64"
Expand All @@ -44,6 +44,14 @@ environment:
- TOXENV: "py310"
PYTHON: "C:\\Python310-x64"
TOX_APPVEYOR_X64: 1
# Python311-x64
- TOXENV: "py311"
PYTHON: "C:\\Python311-x64"
TOX_APPVEYOR_X64: 1
# Python312-x64
- TOXENV: "py312"
PYTHON: "C:\\Python312-x64"
TOX_APPVEYOR_X64: 1

pypi_token:
secure: T7c6dwug8be6NlOGpL44ftGSw9RgNw/HsHNb7xdbhzX1iZ+DbKznSIzxHdIVxSgxx0BqEkLR56CtXOU0AgOmpylc9/yysdd9R8ZOjwobJuCK7Tb+Q+/T+Cvby2fZmuvqAIxwBBS/j2337iFdbTIOR9JN6emUuv3Cmc2Ufzl6bzi7kuUjXo9OmRp87gHq/XCDh1zHGnp0VVMmPOzMORa/+byOY21qh0PW0m3giBdhY4xFm32wGB7GRX1fIx98ttGrC5lMU3k1PXs+RK+bJ/OcamAhRnRG9h6VfIkbNwniV5Y=
Expand Down

0 comments on commit df652bc

Please sign in to comment.