From 9d2e4104ffb5f36acea83b5cdfb965c1693481e1 Mon Sep 17 00:00:00 2001 From: Quantum Date: Sun, 2 Oct 2022 00:30:20 -0400 Subject: [PATCH] Update python runtime versions to latest patch version --- .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 6074110..52cf047 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.12, 3.8.12, 3.9.7, 3.10.0 ] + python-version: [ 3.6.15, 3.7.14, 3.8.14, 3.9.14, 3.10.7 ] arch: [ amd64, aarch64 ] steps: - uses: actions/checkout@v2