We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e78e0 commit e870ad2Copy full SHA for e870ad2
1 file changed
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
+ python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15-dev"]
14
steps:
15
- uses: actions/checkout@v6
16
- name: Set up Python ${{ matrix.python-version }}
0 commit comments