Skip to content

Commit 1389e13

Browse files
author
cxzhong
committed
CI: Use specific Python 3.14.0-rc.3 version for testing
1 parent 6153369 commit 1389e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: ['macos-13', 'macos-latest', 'ubuntu-latest', 'windows-latest']
25-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
25+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14.0-rc.3']
2626
steps:
2727
- name: Set up the repository
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)