Skip to content

Commit 686a08c

Browse files
authored
Add python 3.14 version in worker python versions (#75)
1 parent 3e256b6 commit 686a08c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.11", "3.12", "3.13"]
16+
python-version: ["3.11", "3.12", "3.13", "3.14"]
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)