Skip to content

Commit 8959581

Browse files
committed
Use 3.14.0-beta.3 in the test workflow
1 parent 3a2ad3c commit 8959581

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
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, windows-latest, macos-latest]
25-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
25+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14.0-beta.3']
2626

2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)