added a comment to ci.yml (#7534)

This commit is contained in:
Alex Gaynor 2022-08-21 17:40:58 -04:00 committed by GitHub
parent 4fe495547f
commit ceaf549de1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,7 +190,8 @@ jobs:
- {VERSION: "3.9", TOXENV: "py39"}
RUST:
# Cover MSRV (and likely next MSRV). In-dev versions are below in
# the linux-rust-coverage section.
# the linux-rust-coverage section. Once our MSRV is 1.60 we can
# remove this section entirely.
- 1.48.0
- 1.49.0
name: "${{ matrix.PYTHON.TOXENV }} with Rust ${{ matrix.RUST }}"