Skip to content

Commit

Permalink
Bump release workflow python
Browse files Browse the repository at this point in the history
dependency to 3.11 from 3.9.
Intentional commit directly to main
  • Loading branch information
pyth0n1c authored May 7, 2024
1 parent e19d665 commit 41a5623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pushToPyPiOnRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Required Python Version
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.11"
architecture: "x64"

- name: Install Poetry
Expand Down

0 comments on commit 41a5623

Please sign in to comment.