Skip to content

Commit b5c6cdc

Browse files
authored
ci: update test (#727)
1 parent 4bcf3e6 commit b5c6cdc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/tests.yaml

+4-6
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
PIP_DISABLE_PIP_VERSION_CHECK: 1
1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1717
include:
18-
- python-version: "3.11"
18+
- python-version: "3.12"
1919
mariadb: 1
2020
steps:
2121
- if: ${{ matrix.mariadb }}
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
PIP_NO_PYTHON_VERSION_WARNING: 1
7070
PIP_DISABLE_PIP_VERSION_CHECK: 1
71-
DJANGO_VERSION: "3.2.19"
71+
DJANGO_VERSION: "4.2.16"
7272
steps:
7373
- name: Start MySQL
7474
run: |
@@ -83,9 +83,7 @@ jobs:
8383
- name: Set up Python
8484
uses: actions/setup-python@v5
8585
with:
86-
# Django 3.2.9+ supports Python 3.10
87-
# https://docs.djangoproject.com/ja/3.2/releases/3.2/
88-
python-version: "3.10"
86+
python-version: "3.12"
8987
cache: "pip"
9088
cache-dependency-path: "ci/django-requirements.txt"
9189

0 commit comments

Comments
 (0)