Skip to content

Commit

Permalink
Merge pull request #96 from jcsobrino/bump-python-runtime-3.11
Browse files Browse the repository at this point in the history
fix: downgraded python version to 3.10 in release.yml
  • Loading branch information
jcsobrino authored Dec 15, 2023
2 parents 378a603 + 6e9b005 commit 575368d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
release:
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.10"]
poetry-version: ["1.4"]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 575368d

Please sign in to comment.