We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b27cec4 + 4f94d6c commit 893b53bCopy full SHA for 893b53b
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os: [ubuntu-latest]
13
- python-version: ["3.10", "3.11", "3.12"]
+ python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
14
runs-on: ${{ matrix.os }}
15
16
steps:
0 commit comments