Skip to content

Commit b38961c

Browse files
authored
GitHub Actions: Test on Python 3.14 release candidate 2 (#89)
1 parent d730540 commit b38961c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,24 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ["3.10", "3.11", "3.12", "3.13"]
23+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2424
django-version: ["4.2", "5.2", "main"]
2525
exclude:
26+
- python-version: "3.14"
27+
django-version: "4.2"
2628
- python-version: "3.13"
2729
django-version: "4.2"
2830
- python-version: "3.10"
2931
django-version: "main"
3032
- python-version: "3.11"
3133
django-version: "main"
3234
steps:
33-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3436

35-
- uses: extractions/setup-just@v1
37+
- uses: extractions/setup-just@v3
3638

3739
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
3941
with:
4042
python-version: ${{ matrix.python-version }}
4143
cache: "pip"
@@ -73,12 +75,12 @@ jobs:
7375
PYTHON_MIN_VERSION: "3.10"
7476
DJANGO_MIN_VERSION: "4.2"
7577
steps:
76-
- uses: actions/checkout@v4
78+
- uses: actions/checkout@v5
7779

78-
- uses: extractions/setup-just@v1
80+
- uses: extractions/setup-just@v3
7981

8082
- name: Set up Python ${{ env.PYTHON_MIN_VERSION }}
81-
uses: actions/setup-python@v5
83+
uses: actions/setup-python@v6
8284
with:
8385
python-version: ${{ env.PYTHON_MIN_VERSION }}
8486
cache: "pip"

0 commit comments

Comments
 (0)