Skip to content
Snippets Groups Projects
Verified Commit a4080113 authored by Philipp S. Sommer's avatar Philipp S. Sommer
Browse files

add test run for python 3.13

parent 54736635
No related branches found
No related tags found
1 merge request!45Draft: add test run for python 3.13
Pipeline #492610 failed
......@@ -58,6 +58,8 @@ test:
IMAGE: python:3.11
- SCENARIO: mpl_38_py312
IMAGE: python:3.12
- SCENARIO: mpl_39_py313
IMAGE: python:3.13
# matplotlib scenarios
- SCENARIO: mpl_35_py39
IMAGE: python:3.9
......
# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
#
# SPDX-License-Identifier: CC0-1.0
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
psy-simple = {extras = ["testsite"], file = "../../.."}
psyplot = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psyplot.git"}
psyplot-gui = {ref = "develop", git = "git+https://codebase.helmholtz.cloud/psyplot/psyplot-gui.git"}
PyQt5 = {version="*"}
PyQtWebEngine = {version="*"}
matplotlib = "3.9.*"
[dev-packages]
[pipenv]
allow_prereleases = true
[requires]
python_version = "3.13"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment