We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46bead5 commit 44984fbCopy full SHA for 44984fb
1 file changed
.github/workflows/release.yaml
@@ -9,8 +9,8 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- python-version: ['3.9']
13
- poetry-version: ['1.1.14']
+ python-version: ['3.11']
+ poetry-version: ['1.4.2']
14
os: [ubuntu-latest]
15
runs-on: ${{ matrix.os }}
16
steps:
0 commit comments