From e52ad61389a192e1f728847fe8dd372b3a67bbc4 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sat, 3 Sep 2022 22:31:00 +0300 Subject: [PATCH] CI: Bump versions --- .github/workflows/macos_build.yml | 8 ++++---- .github/workflows/ubuntu_build.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 83f86957..e0fa37f9 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -6,10 +6,10 @@ jobs: fail-fast: false matrix: python-version: - - 3.7.10 - - 3.8.10 - - 3.9.5 - - 3.10.0 + - 3.7.13 + - 3.8.13 + - 3.9.13 + - 3.10.6 runs-on: macos-10.15 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ubuntu_build.yml b/.github/workflows/ubuntu_build.yml index 3f9d2d58..a325b104 100644 --- a/.github/workflows/ubuntu_build.yml +++ b/.github/workflows/ubuntu_build.yml @@ -6,10 +6,10 @@ jobs: fail-fast: false matrix: python-version: - - 3.7.10 - - 3.8.10 - - 3.9.5 - - 3.10.0 + - 3.7.13 + - 3.8.13 + - 3.9.13 + - 3.10.6 runs-on: Ubuntu-20.04 steps: - uses: actions/checkout@v2