Skip to content

Commit c1a2fe1

Browse files
authored
Add py312 to ci (#812)
1 parent bdf8a35 commit c1a2fe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: actions/setup-python@v4
14+
- uses: actions/setup-python@v5
1515
- uses: pre-commit/[email protected]
1616

1717
test:
@@ -20,12 +20,12 @@ jobs:
2020
strategy:
2121
max-parallel: 5
2222
matrix:
23-
python-version: ["3.8", "3.9", "3.10", "3.11"]
23+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2424

2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

0 commit comments

Comments
 (0)