Skip to content

Commit

Permalink
Merge #2821
Browse files Browse the repository at this point in the history
2821: ci: pin more to 3.11.0 r=davidhewitt a=davidhewitt

Still getting some windows failures due to #2817. Pin more stuff for now :(

Co-authored-by: David Hewitt <[email protected]>
  • Loading branch information
bors[bot] and davidhewitt authored Dec 18, 2022
2 parents 81db4cf + 3fc9c9a commit 9082c5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ jobs:

# Test 32-bit Windows only with the latest Python version
- rust: stable
python-version: "3.11"
# FIXME - pinned to 3.11.0 because 3.11.1 breaks CI on windows, see PyO3 issue 2817
python-version: "3.11.0"
platform:
{
os: "windows-latest",
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11
3.11.0

0 comments on commit 9082c5c

Please sign in to comment.