We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83ad3d commit 9539b89Copy full SHA for 9539b89
.github/workflows/CI.yml
@@ -81,7 +81,7 @@ jobs:
81
runs-on: ubuntu-latest
82
strategy:
83
matrix:
84
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
85
steps:
86
- name: Checkout source code
87
uses: actions/checkout@v4
0 commit comments