Skip to content
Snippets Groups Projects
Verified Commit 503e980e authored by Tobias Niederbrunner's avatar Tobias Niederbrunner :desktop:
Browse files

update version references to python 3.10 to 3.12

parent 725443f0
No related branches found
No related tags found
1 merge request!1Python 3.12
......@@ -9,7 +9,7 @@ python-test-job:
stage: python_test
needs: []
allow_failure: false
image: python:3.10
image: python:3.12
script:
- pip install pipenv -U --quiet
- pipenv install --dev
......@@ -19,7 +19,7 @@ python-lint-job:
stage: python_lint
needs: []
allow_failure: false
image: python:3.10
image: python:3.12
script:
- pip install pipenv -U --quiet
- pipenv install --dev
......@@ -29,7 +29,7 @@ python-example_run-job:
stage: python_example_run
needs: [python-test-job, python-lint-job]
allow_failure: false
image: python:3.10
image: python:3.12
script:
- pip install pipenv -U --quiet
- pipenv install --dev
......
......@@ -19,4 +19,4 @@ tests = "python src/tests.py"
lint = "mypy src/ examples/"
[requires]
python_version = "3.10"
python_version = "3.12"
......@@ -28,4 +28,4 @@ pipenv run <whatever>
## Notes
This should run on every OS with python >= 3.10. But I only tested it on Linux, feel free to submit a MR (PR in github terms) or to open an Issue.
This should run on every OS with python >= 3.12. But I only tested it on Linux, feel free to submit a MR (PR in github terms) or to open an Issue.
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