diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index bc3d71ed..9e806c80 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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 diff --git a/ci/appveyor.yml b/ci/appveyor.yml index 9c2024f4..ad11e554 100644 --- a/ci/appveyor.yml +++ b/ci/appveyor.yml @@ -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'))