Skip to content

Commit f0c024f

Browse files
committed
reduce matrix
1 parent 54568a5 commit f0c024f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
44-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy-3.11"]
44+
python-version: ["3.10", "3.11", "3.12", "3.13"]
4545
fail-fast: false
4646
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
4747
steps:

0 commit comments

Comments
 (0)