From 9f0bdcb59338aded31910840bdad529c6e205919 Mon Sep 17 00:00:00 2001 From: utf Date: Tue, 23 Jul 2024 18:45:06 +0100 Subject: [PATCH] Update python version in release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1a49806..45b945d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.9' + python-version: '3.10' cache: pip cache-dependency-path: requirements.txt