We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c472b4 commit 725d973Copy full SHA for 725d973
.github/workflows/test.yml
@@ -9,6 +9,7 @@ jobs:
9
fail-fast: false
10
matrix:
11
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
12
+ allow-prereleases: true
13
steps:
14
- uses: actions/checkout@v5
15
- name: Set up Python ${{ matrix.python-version }}
0 commit comments