From 20564529a769a45c7a695bfd19b91ac5355ecb43 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Wed, 23 Nov 2022 16:54:02 +0100 Subject: [PATCH] update github workflows --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cecd2eb2..2ad8c0f86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,19 +87,19 @@ jobs: include: # Currently used Rust version, same as in `rust-toolchain` file. - os: ubuntu-latest - rust: 1.61.0 + rust: 1.63.0 python: 3.9 - os: windows-latest - rust: 1.61.0 + rust: 1.63.0 python: false # Python bindings compilation on Windows is not supported. - # Minimum Supported Rust Version = 1.57.0 + # Minimum Supported Rust Version = 1.63.0 # # Minimum Supported Python Version = 3.7 # This is the minimum version for which manylinux Python wheels are # built. - os: ubuntu-latest - rust: 1.57.0 + rust: 1.63.0 python: 3.7 runs-on: ${{ matrix.os }} steps: