We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d091f32 commit 802ed4eCopy full SHA for 802ed4e
.github/workflows/branch.yaml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- python-version: ['3.9', '3.10', '3.11', '3.12']
+ python-version: ['3.9', '3.10', '3.11']
10
poetry-version: ['1.6.1']
11
os: [ubuntu-latest]
12
runs-on: ${{ matrix.os }}
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
0 commit comments