Skip to content

Commit dbdcd4c

Browse files
committed
try fix python version
1 parent 281e228 commit dbdcd4c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
actions: write
3030
strategy:
3131
matrix:
32-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14.0b2']
32+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14.0-beta.2']
3333
django-version:
3434
- '3.2' # LTS April 2024
3535
- '4.2' # LTS April 2026
@@ -55,13 +55,13 @@ jobs:
5555
django-version: '4.2'
5656
- python-version: '3.13'
5757
django-version: '5.0'
58-
- python-version: '3.14.0b2'
58+
- python-version: '3.14.0-beta.2'
5959
django-version: '3.2'
60-
- python-version: '3.14.0b2'
60+
- python-version: '3.14.0-beta.2'
6161
django-version: '4.2'
62-
- python-version: '3.14.0b2'
62+
- python-version: '3.14.0-beta.2'
6363
django-version: '5.0'
64-
- python-version: '3.14.0b2'
64+
- python-version: '3.14.0-beta.2'
6565
django-version: '5.1'
6666
env:
6767
COVERAGE_FILE: linux-py${{ matrix.python-version }}-dj${{ matrix.django-version }}.coverage

0 commit comments

Comments
 (0)