We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8fa0c commit bdd87d0Copy full SHA for bdd87d0
1 file changed
.github/workflows/testing.yml
@@ -38,7 +38,7 @@ jobs:
38
fail-fast: false
39
matrix:
40
os: [ubuntu-latest, macos-latest, windows-latest]
41
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.11", "3.12", "3.13", "3.14"]
42
43
steps:
44
- name: Checkout code
0 commit comments