Skip to content

Commit

Permalink
Merge pull request #415 from Pierre-Sassoulas/add-python3.12-in-CI
Browse files Browse the repository at this point in the history
Add python 3.12 in the CI
  • Loading branch information
Pierre-Sassoulas committed Oct 30, 2023
2 parents ce829eb + 1ad69bc commit 4511d2e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7]
python-version: ["3.11"]
toxenv: [django_not_installed, flake8, pylint, readme]

steps:
Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
django-version: [-main, "4.0"]

steps:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v3
Expand All @@ -117,5 +117,4 @@ jobs:
run: |
pip install -U pip poetry tox
poetry install
./scripts/build.sh

0 comments on commit 4511d2e

Please sign in to comment.