Skip to content

Commit 6e93e2d

Browse files
committed
GitHub workflow _test.yml: Temporarily reduced Python versions to only 3.11
1 parent 7898ea0 commit 6e93e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
os: [ubuntu-latest, windows-latest]
13-
python: ['3.11', '3.12', '3.13', '3.14']
13+
python: ['3.11'] # , '3.12', '3.13', '3.14']
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v5

0 commit comments

Comments
 (0)