Skip to content

Commit 3cfbca0

Browse files
committed
tests: check we build on python 3.12
1 parent 4a1e162 commit 3cfbca0

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
@@ -14,7 +14,7 @@ jobs:
1414
- name: set up python
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: '3.11'
17+
python-version: '3.12'
1818
- name: Install Dependencies
1919
run: make install
2020
- name: Lint
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
pythonversion: ['3.7', '3.8', '3.9', '3.10', '3.11']
26+
pythonversion: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: set up python
@@ -51,7 +51,7 @@ jobs:
5151
- name: set up Python
5252
uses: actions/setup-python@v4
5353
with:
54-
python-version: '3.11'
54+
python-version: '3.12'
5555
- name: Install Dependencies
5656
run: make install
5757
- name: Generate Docs

0 commit comments

Comments
 (0)