We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e256b6 commit 686a08cCopy full SHA for 686a08c
1 file changed
.github/workflows/release-worker.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.11", "3.12", "3.13", "3.14"]
17
steps:
18
- name: Checkout repository
19
uses: actions/checkout@v4
0 commit comments