Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unpin 3.11 ci jobs #2991

Merged
merged 1 commit into from
Feb 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -127,8 +127,7 @@ jobs:
matrix:
extra-features: ["multiple-pymethods"]
rust: [stable]
# FIXME - pinned to 3.11.0 because 3.11.1 breaks CI on windows, see PyO3 issue 2817
python-version: ["3.11.0"]
python-version: ["3.11"]
platform:
[
{
@@ -177,8 +176,7 @@ jobs:
"3.8",
"3.9",
"3.10",
# FIXME - pinned to 3.11.0 because 3.11.1 breaks CI on windows, see PyO3 issue 2817
"3.11.0",
"3.11",
"pypy-3.7",
"pypy-3.8",
"pypy-3.9"
@@ -227,8 +225,7 @@ jobs:

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