Skip to content

Commit f010635

Browse files
committed
@ workflows : test update.
1 parent 863decb commit f010635

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.14"]
20+
python-version: ["3.13"]
2121
#python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2222

2323
env:

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.14"]
20+
python-version: ["3.13"]
2121
#python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2222

2323
env:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.14"]
20+
python-version: ["3.13"]
2121
#python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2222

2323
env:

0 commit comments

Comments
 (0)