include more recent versions of python

3.12 for linux
3.11 for windows
This commit is contained in:
Jerome Kieffer 2023-10-11 14:53:44 +02:00
parent 97b8941f0f
commit 64a26b25ed
2 changed files with 6 additions and 5 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v2

View File

@ -36,14 +36,15 @@ environment:
- PYTHON_DIR: "C:\\Python37-x64"
PYTHON_ARCH: "64"
# Python 3.8
- PYTHON_DIR: "C:\\Python38-x64"
PYTHON_ARCH: "64"
# Python 3.9
- PYTHON_DIR: "C:\\Python39-x64"
PYTHON_ARCH: "64"
# Python 3.11
- PYTHON_DIR: "C:\\Python311-x64"
PYTHON_ARCH: "64"
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))