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 285475c commit 3b103fcCopy full SHA for 3b103fc
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
name: test python ${{ matrix.python-version }}
27
strategy:
28
matrix:
29
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
30
runs-on: ubuntu-latest
31
steps:
32
- name: checkout
0 commit comments