We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a331d78 commit a4897a7Copy full SHA for a4897a7
.github/workflows/main.yml
@@ -77,7 +77,7 @@ jobs:
77
msrv: "MSRV"
78
# Test future versions of Rust and Python
79
- rust: beta
80
- python-version: "3.14-dev" # upgrade to 3.15-dev when the release candidate is available
+ python-version: "3.14" # upgrade to 3.15-dev when the release candidate is available
81
platform: { os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" }
82
msrv: "Beta"
83
steps:
0 commit comments