Skip to content
Snippets Groups Projects
Commit 3d6f8e56 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Add testing with Python 3.11

parent f477a591
Branches
No related tags found
No related merge requests found
Pipeline #88491 failed
...@@ -71,7 +71,19 @@ run-test-3.10-pyqt5: ...@@ -71,7 +71,19 @@ run-test-3.10-pyqt5:
image: python:3.10 image: python:3.10
extends: ".run-test" extends: ".run-test"
# Seemingly works with Qt6, but tests stall on closing scheduler GUI due to modal dialog(?) run-test-3.11-pyside2:
variables:
QT_API: pyside2
image: python:3.11
extends: ".run-test"
run-test-3.11-pyqt5:
variables:
QT_API: pyqt5
image: python:3.11
extends: ".run-test"
# Seemingly works with Qt6, but tests stall on closing scheduler GUI due to modal dialog(?)
#run-test-3.10-pyside6: #run-test-3.10-pyside6:
# variables: # variables:
# QT_API: pyside6 # QT_API: pyside6
...@@ -94,10 +106,6 @@ run-doc-test: ...@@ -94,10 +106,6 @@ run-doc-test:
script: script:
- sphinx-build -b html docs_sphinx public - sphinx-build -b html docs_sphinx public
#run-test-3.11:
# image: python:3.11
# extends: ".run-test"
pages: pages:
variables: variables:
QT_API: pyqt5 QT_API: pyqt5
......
...@@ -22,7 +22,7 @@ classifiers = [ ...@@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
# "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: C++", "Programming Language :: C++",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment