From 9f5f8c9d6753a973c4741a06e34da4ee79bef7aa Mon Sep 17 00:00:00 2001 From: Jelmer Draaijer Date: Wed, 1 Nov 2023 10:02:09 +0100 Subject: [PATCH] Install setuptools manually for Python 3.12 compatibility --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f6a58a6..d497eb5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install --upgrade "tox<4" tox-gh-actions + python -m pip install --upgrade "tox<4" tox-gh-actions setuptools - name: Tox tests run: |