Update python

This commit is contained in:
Fabian 2023-01-19 21:52:44 +01:00
parent e55a8fee36
commit b1ad3a317d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: python:3.10 image: python:3.11
variables: variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"

View File

@ -16,4 +16,4 @@ pyinstaller = "~=5.6"
build = {version = "~=0.10", sys_platform = "== 'linux'" } build = {version = "~=0.10", sys_platform = "== 'linux'" }
[requires] [requires]
python_version = "3.10" python_version = "3.11"