From 9ce4a8645a5dbbe6c7db67929876ba4084e40171 Mon Sep 17 00:00:00 2001 From: Le Bao Hiep Date: Thu, 8 Aug 2024 01:49:29 +0700 Subject: [PATCH] Update Python versions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ec06be..74b6c5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.6.15, 3.7.15, 3.8.15, 3.9.15, 3.10.8, 3.11.0 ] + python-version: [ 3.6.15, 3.7.17, 3.8.19, 3.9.19, 3.10.14, 3.11.9, 3.12.5 ] arch: [ amd64, aarch64 ] steps: - uses: actions/checkout@v2