Skip to content

Commit

Permalink
Test with python3.12 for hatch and CI tests
Browse files Browse the repository at this point in the history
Switch python 3.11 to python 3.12. Keep python 3.8 since that is
what we are using on our web server.
  • Loading branch information
amstilp committed Mar 8, 2024
1 parent 23461cc commit 6ef55ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.11"]
python-version: ["3.8", "3.12"]
django-version: ["3.2", "4.2"]
backend: ["sqlite", "mysql"]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- name: Install hatch
run: python -m pip install --upgrade hatch
Expand Down

0 comments on commit 6ef55ea

Please sign in to comment.