We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcc26c commit c74d53aCopy full SHA for c74d53a
1 file changed
.github/workflows/python.yml
@@ -35,7 +35,7 @@ jobs:
35
fail-fast: false
36
matrix:
37
os: ["ubuntu-latest"]
38
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
39
40
env:
41
OS: ${{ matrix.os }}
0 commit comments