Skip to content

Commit

Permalink
Merge pull request #553 from skalenetwork/fix-publish
Browse files Browse the repository at this point in the history
Switch to python 3.11 in publish.yml
  • Loading branch information
badrogger authored Jan 11, 2024
2 parents 6699525 + bba5c20 commit 6cdac9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event.pull_request.merged
strategy:
matrix:
python-version: [3.7]
python-version: [3.11]
env:
ETH_PRIVATE_KEY: ${{ secrets.ETH_PRIVATE_KEY }}
ENDPOINT: ${{ secrets.ENDPOINT }}
Expand Down

0 comments on commit 6cdac9f

Please sign in to comment.