Skip to content

Commit 66310a0

Browse files
authored
Update ci-time.yml
Only use Python 3.13
1 parent 85578cb commit 66310a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-time.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: ["ubuntu-latest", "macos-latest", "macos-14", "windows-latest"]
20-
python-version: ["3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.13"]
2121

2222
steps:
2323
- name: Cancel previous runs

0 commit comments

Comments
 (0)