We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e3315 commit 8624e57Copy full SHA for 8624e57
1 file changed
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
24
steps:
25
- uses: actions/checkout@v4
26
- name: Set up Python ${{ matrix.python-version }}
0 commit comments