Skip to content

Commit 28f847f

Browse files
authored
feat: add allow-prereleases: true to test (#66)
1 parent 88f2a83 commit 28f847f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.14.0-alpha.2", "3.13", "3.12", "3.11", "3.10", "3.9"]
15+
python-version: ["3.14", "3.13", "3.12", "3.11", "3.10", "3.9"]
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
24+
allow-prereleases: true
2425

2526
- name: Install dependencies
2627
run: |

0 commit comments

Comments
 (0)