Skip to content

Commit eeed941

Browse files
ci: skip x64 testing
1 parent af73870 commit eeed941

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1919
exclude:
20-
- os: windows-latest
21-
python-version: "3.14"
20+
- architecture: x64
2221

2322
steps:
2423
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)