Skip to content
Snippets Groups Projects

CI: lint and build Python3.{13,14} images

Merged georg requested to merge py3.13-py3.14 into master
Files
3
+ 12
0
@@ -68,6 +68,12 @@ lint-python3.11:
lint-python3.12:
<<: *lint-dockerfile
lint-python3.13:
<<: *lint-dockerfile
lint-python3.14:
<<: *lint-dockerfile
build-archlinux:
<<: *build-docker-image
@@ -101,3 +107,9 @@ build-python3.11:
build-python3.12:
<<: *build-docker-image
build-python3.13:
<<: *build-docker-image
build-python3.14:
<<: *build-docker-image
Loading