ci: pin more to 3.11.0

This commit is contained in:
David Hewitt 2022-12-18 09:57:30 +00:00
parent 81db4cff0d
commit 3fc9c9ad95
2 changed files with 3 additions and 2 deletions

View File

@ -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",

View File

@ -1 +1 @@
3.11
3.11.0