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 008caab commit ddf3a80Copy full SHA for ddf3a80
1 file changed
.github/workflows/ci.yaml
@@ -95,7 +95,7 @@ jobs:
95
strategy:
96
fail-fast: true
97
matrix:
98
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
99
uses: ./.github/workflows/test.yml
100
with:
101
coverage: ${{ matrix.python-version == '3.12' }}
0 commit comments