Skip to content

Commit

Permalink
Use Python3.11 for publishing as well (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-zubrienko authored Dec 10, 2024
1 parent 6f91023 commit 74811a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.9.x'
python-version: '3.11.x'
architecture: 'x64'
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.9.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
python-version: '3.11.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install and Configure Poetry and Prepare Publish
run: |
Expand Down

0 comments on commit 74811a6

Please sign in to comment.