Skip to content
Snippets Groups Projects
Commit 813e4792 authored by Oscar Gustafsson's avatar Oscar Gustafsson
Browse files

Add support for 3.12. Closes #28

parent 80eb6a1d
No related branches found
No related tags found
1 merge request!4Documentation conversion and pre-commit updates
Pipeline #130932 passed
......@@ -57,6 +57,10 @@ run-test-3.11:
image: python:3.11
extends: ".run-test"
run-test-3.12:
image: python:3.12
extends: ".run-test"
run-doc-test:
image: python:3.10
stage: test
......
......@@ -11,6 +11,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
maintainers = [{ name = "Oscar Gustafsson", email = "oscar.gustafsson@liu.se" }]
dependencies = ["qtpy"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment