Skip to content

Commit 725d973

Browse files
authored
allow-prereleases: true to use Python 3.14 rc
1 parent 3c472b4 commit 725d973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
12+
allow-prereleases: true
1213
steps:
1314
- uses: actions/checkout@v5
1415
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)