diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 037fe3e..40ee7ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: build: stage: build - image: python:3.13 + image: python:3.14 variables: GIT_DEPTH: 0 MKDOCS_GIT_COMMITTERS_APIKEY: $GH_TOKEN diff --git a/.python-version b/.python-version index 24ee5b1..6324d40 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13 +3.14