From caa5932c962f428c2a3e4bd2ef807e5efad70c94 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 30 Jul 2023 22:06:45 +0200 Subject: [PATCH] CI: Update `publish` job to Python 3.11 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 64343ae..cded133 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,10 +25,10 @@ jobs: with: fetch-depth: 0 - - name: Set up Python 3.10 + - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' cache: 'pip' cache-dependency-path: 'setup.cfg'