Skip to content

Commit 41a5623

Browse files
authored
Bump release workflow python
dependency to 3.11 from 3.9. Intentional commit directly to main
1 parent e19d665 commit 41a5623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pushToPyPiOnRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Required Python Version
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.9"
20+
python-version: "3.11"
2121
architecture: "x64"
2222

2323
- name: Install Poetry

0 commit comments

Comments
 (0)