Skip to content

Commit a4897a7

Browse files
Update .github/workflows/main.yml
Co-authored-by: Matthew Treinish <[email protected]>
1 parent a331d78 commit a4897a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
msrv: "MSRV"
7878
# Test future versions of Rust and Python
7979
- rust: beta
80-
python-version: "3.14-dev" # upgrade to 3.15-dev when the release candidate is available
80+
python-version: "3.14" # upgrade to 3.15-dev when the release candidate is available
8181
platform: { os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" }
8282
msrv: "Beta"
8383
steps:

0 commit comments

Comments
 (0)