We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcc473 commit a18e596Copy full SHA for a18e596
1 file changed
.github/workflows/build.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.11", "3.12", "3.13", "3.14"]
17
18
steps:
19
- uses: actions/checkout@v5
0 commit comments