We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e7e8f commit fb6ba47Copy full SHA for fb6ba47
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
fail-fast: true
26
matrix:
27
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
28
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
29
steps:
30
- uses: actions/checkout@v3
31
- name: Set up Python ${{ matrix.python-version }}
0 commit comments