Skip to content

Commit ab55d3e

Browse files
🚨 python:3.12 (#10)
* 🚨 `python:3.12` * `max-parallel` to 6
1 parent 20314e2 commit ab55d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
strategy:
19-
max-parallel: 3
19+
max-parallel: 6
2020
matrix:
21-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
21+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
2222

2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)