diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5008ceb..8f22ba0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.10 +image: python:3.11 variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" diff --git a/Pipfile b/Pipfile index ffa461c..3352846 100644 --- a/Pipfile +++ b/Pipfile @@ -16,4 +16,4 @@ pyinstaller = "~=5.6" build = {version = "~=0.10", sys_platform = "== 'linux'" } [requires] -python_version = "3.10" +python_version = "3.11"