We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb869e5 commit a098aceCopy full SHA for a098ace
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", pypy-3.10]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", pypy-3.10]
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
0 commit comments