Commit dcc81713 authored by kezzle's avatar kezzle
Browse files

Merge branch 'update-lektor-python' into 'main'

Update lektor jobs to use python 3.11

See merge request !40
parents 0abc6570 3dcb5e9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ include:
# common parameters for Lektor builds

.lektor:
  image: python:3.8-bullseye
  image: python:3.11-bullseye
  variables:
    GIT_STRATEGY: clone
    GIT_SUBMODULE_STRATEGY: recursive