Skip to content
Snippets Groups Projects
Commit f9fee253 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

CI: Drop py38/9, add py312/13

parent 7b3741a6
No related branches found
No related tags found
1 merge request!38MNT: Ignore any candidate tests within output/benchmark/input data directories
Pipeline #26621 failed
......@@ -54,14 +54,6 @@ variables:
- bash ./.ci/unit_tests.sh
test:3.8:
image: python:3.8
<<: *test_template
test:3.9:
image: python:3.9
<<: *test_template
test:3.10:
image: python:3.10
<<: *test_template
......@@ -69,3 +61,11 @@ test:3.10:
test:3.11:
image: python:3.11
<<: *test_template
test:3.12:
image: python:3.12
<<: *test_template
test:3.13:
image: python:3.13
<<: *test_template
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