From 1d666c2e6da4c9f95bbfc51d6b2a539d2cecece8 Mon Sep 17 00:00:00 2001 From: Lene Preuss Date: Wed, 4 Oct 2023 10:34:51 +0200 Subject: [PATCH] limit python to 3.11 to work aroundf setuptools bug --- .gitlab-ci.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12c003b..151725e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,7 +156,7 @@ CreateTag: PublishToPyPI: stage: publish - image: python:latest + image: python:3.11 rules: - if: "$CI_COMMIT_TAG" when: on_success diff --git a/CHANGELOG.md b/CHANGELOG.md index 8920a88..adaf75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.10.2] - 2023-10-04 +## [0.10.2] - 2023-10-05 ### Fixed - Upgrade Pillow dependency to 10.0.1 to fix libWebP security vulnerability