Skip to content

Commit

Permalink
Test latest Python 3.12
Browse files Browse the repository at this point in the history
Keep testing latter versions under windows.
  • Loading branch information
vasole authored Nov 21, 2023
1 parent e3b5eab commit b022c4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ environment:
VENV_TEST_DIR: "venv_test"

matrix:
# Python 3.8
- PYTHON_DIR: "C:\\Python38-x64"
# Python 3.9
- PYTHON_DIR: "C:\\Python39-x64"
QT_BINDING: "PyQt5"
WITH_GL_TEST: True
PIP_OPTIONS: "-q --pre"

# Python 3.9
- PYTHON_DIR: "C:\\Python39-x64"
# Python 3.12
- PYTHON_DIR: "C:\\Python312-x64"
QT_BINDING: "PySide6"
WITH_GL_TEST: False # OpenGL not working
PIP_OPTIONS: "-q --pre"

# Python 3.10
- PYTHON_DIR: "C:\\Python310-x64"
# Python 3.11
- PYTHON_DIR: "C:\\Python311-x64"
QT_BINDING: "PyQt6"
WITH_GL_TEST: False # OpenGL not working
PIP_OPTIONS: "-q"
Expand Down

0 comments on commit b022c4e

Please sign in to comment.