Skip to content

Commit 23d92f6

Browse files
committed
ci: Include py3.12
1 parent 307a36d commit 23d92f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
11+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python
4141
uses: actions/setup-python@v2
4242
with:
43-
python-version: '3.11'
43+
python-version: '3.12'
4444
- name: Install dependencies
4545
run: |
4646
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)