Skip to content

Commit 4511d2e

Browse files
Merge pull request #415 from Pierre-Sassoulas/add-python3.12-in-CI
Add python 3.12 in the CI
2 parents ce829eb + 1ad69bc commit 4511d2e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: [3.7]
15+
python-version: ["3.11"]
1616
toxenv: [django_not_installed, flake8, pylint, readme]
1717

1818
steps:
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
python-version: [3.8, 3.9, "3.10", "3.11"]
41+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
4242
django-version: [-main, "4.0"]
4343

4444
steps:
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-latest
105105
strategy:
106106
matrix:
107-
python-version: [3.7]
107+
python-version: ["3.11"]
108108

109109
steps:
110110
- uses: actions/checkout@v3
@@ -117,5 +117,4 @@ jobs:
117117
run: |
118118
pip install -U pip poetry tox
119119
poetry install
120-
121120
./scripts/build.sh

0 commit comments

Comments
 (0)