From 9f417b61a9e03cb573f7232870e711f0c9114990 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 16 Apr 2025 14:07:14 +0200 Subject: [PATCH] fixes --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8889988..f2e15e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,7 +137,7 @@ test:python: matrix: - IMAGE: # https://devguide.python.org/versions/#supported-versions - - python:3.14-rc-alpine # EOL 2030-10 +# - python:3.14-rc-alpine # EOL 2030-10 => uvicorn does not support 3.14 yet - python:3.13-alpine # EOL 2029-10 - python:3.12-alpine # EOL 2028-10 - python:3.11-alpine # EOL 2027-10