From e5b3f48028a48ed5742dbada8b63177f095c8084 Mon Sep 17 00:00:00 2001 From: Glib Glugovskiy Date: Wed, 14 Aug 2024 22:20:52 +0300 Subject: [PATCH] ci: update versions --- .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 d33d3cc..8bafc33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [38, 39, 310, 311, 312] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] target: [x86_64, i686, aarch64, armv7] steps: - uses: actions/checkout@v2