Skip to content

Commit 802ed4e

Browse files
authored
Update branch.yaml
Remove Python 3.12 from build workflow.
1 parent d091f32 commit 802ed4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/branch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: ['3.9', '3.10', '3.11', '3.12']
9+
python-version: ['3.9', '3.10', '3.11']
1010
poetry-version: ['1.6.1']
1111
os: [ubuntu-latest]
1212
runs-on: ${{ matrix.os }}
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python-version: ['3.9', '3.10', '3.11', '3.12']
32+
python-version: ['3.9', '3.10', '3.11']
3333
poetry-version: ['1.6.1']
3434
os: [ubuntu-latest]
3535
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)