diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2024-10-31 19:38:10 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-11-06 10:35:13 +0100 |
| commit | 7d7aafeb7aec71eebef5e3e1ec1007d10a9a32ea (patch) | |
| tree | 34dcbe65d61e75c56d03c77d6581750d59ee9be2 /.gitlab-ci.yml | |
| parent | 7d8f44cff2b53833a5c973c2ef36b8a34db2bd8d (diff) | |
| download | geldschieberbot-7d7aafeb7aec71eebef5e3e1ec1007d10a9a32ea.tar.gz geldschieberbot-7d7aafeb7aec71eebef5e3e1ec1007d10a9a32ea.zip | |
bump python version, install used imports and ignore types for pydbus
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5c6a62..804d691 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "muhq/python-dev:3.11.0" +image: "muhq/python-dev:3.12.0" before_script: - python --version |
