From 2ab9b5a05cb6f42764695b661053f254cb70dc68 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 29 Dec 2024 00:50:53 +0100 Subject: [PATCH] ci: add setuptools, remove 3.7/3.8 and add 3.13 --- .woodpecker/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 776c403d..2862f921 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -4,14 +4,13 @@ steps: commands: - apt-get update - apt-get install -y python3 python3-pip cython3 gpg - - pip3 install emoji aiohttp cryptography + - pip3 install emoji aiohttp cryptography setuptools - ./run_tests.py matrix: TAG: - - "3.7" - "3.9" - - "3.8" - "3.10" - "3.11" - "3.12" + - "3.13"