Commit f994896b authored by Jakob Moser's avatar Jakob Moser
Browse files

Fix to Python 3.12 for now

parent ba77d14b
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ lint-openapi:
    allow_failure: true

test-frontend:
    image: python
    image: python:3.12
    stage: test
    before_script:
        - apt-get update
@@ -44,7 +44,7 @@ test-frontend:
        expire_in: 1 week

test-python:
    image: python:latest
    image: python:3.12
    stage: test
    cache: 
      paths: