Skip to content

Commit e99a0b7

Browse files
committed
only test 32-bit windows with latest Python
1 parent 526517d commit e99a0b7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ jobs:
6565
python-architecture: "x64",
6666
rust-target: "x86_64-pc-windows-msvc",
6767
},
68-
{
69-
os: "windows-latest",
70-
python-architecture: "x86",
71-
rust-target: "i686-pc-windows-msvc",
72-
},
7368
]
7469
exclude:
7570
# PyPy doesn't release 32-bit Windows builds any more
@@ -89,7 +84,7 @@ jobs:
8984

9085
# Test the `nightly` feature
9186
- rust: nightly
92-
python-version: "3.12"
87+
python-version: "3.13"
9388
platform:
9489
{
9590
os: "ubuntu-latest",
@@ -99,6 +94,10 @@ jobs:
9994
msrv: "nightly"
10095
extra_features: "nightly"
10196

97+
# Test 32-bit windows just on latest Python
98+
- python-version: "3.13"
99+
platform: { os: "windows-latest", python-architecture: "x86", rust-target: "i686-pc-windows-msvc" }
100+
102101
steps:
103102
- uses: actions/checkout@v4
104103

0 commit comments

Comments
 (0)