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