update github workflows

This commit is contained in:
dignifiedquire
2022-11-23 16:54:02 +01:00
parent 415279c450
commit 20564529a7

View File

@@ -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: