Skip to content

Commit

Permalink
ci: update test (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
methane authored Oct 20, 2024
1 parent 4bcf3e6 commit b5c6cdc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
PIP_DISABLE_PIP_VERSION_CHECK: 1
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
include:
- python-version: "3.11"
- python-version: "3.12"
mariadb: 1
steps:
- if: ${{ matrix.mariadb }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
env:
PIP_NO_PYTHON_VERSION_WARNING: 1
PIP_DISABLE_PIP_VERSION_CHECK: 1
DJANGO_VERSION: "3.2.19"
DJANGO_VERSION: "4.2.16"
steps:
- name: Start MySQL
run: |
Expand All @@ -83,9 +83,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
# Django 3.2.9+ supports Python 3.10
# https://docs.djangoproject.com/ja/3.2/releases/3.2/
python-version: "3.10"
python-version: "3.12"
cache: "pip"
cache-dependency-path: "ci/django-requirements.txt"

Expand Down

0 comments on commit b5c6cdc

Please sign in to comment.