Skip to content

Commit ac82ddc

Browse files
committed
bump max CI matrix to 3.13
1 parent 2becf27 commit ac82ddc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
# run static analysis on bleeding and trailing edges
20-
python-version: [ '3.8', '3.10', '3.12' ]
20+
python-version: [ '3.8', '3.10', '3.13' ]
2121
django-version:
2222
- '3.2' # LTS April 2024
2323
- '4.2' # LTS April 2026
@@ -26,9 +26,9 @@ jobs:
2626
exclude:
2727
- python-version: '3.8'
2828
django-version: '4.2'
29-
- python-version: '3.12'
29+
- python-version: '3.13'
3030
django-version: '4.2'
31-
- python-version: '3.12'
31+
- python-version: '3.13'
3232
django-version: '3.2'
3333
- python-version: '3.10'
3434
django-version: '3.2'

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
21+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
2222
django-version:
2323
- '3.2' # LTS April 2024
2424
- '4.2' # LTS April 2026
@@ -37,11 +37,11 @@ jobs:
3737
django-version: '3.2'
3838
- python-version: '3.12'
3939
django-version: '3.2'
40-
- python-version: '3.13.0-rc.1'
40+
- python-version: '3.13'
4141
django-version: '3.2'
42-
- python-version: '3.13.0-rc.1'
42+
- python-version: '3.13'
4343
django-version: '4.2'
44-
- python-version: '3.13.0-rc.1'
44+
- python-version: '3.13'
4545
django-version: '5.0'
4646

4747
steps:

0 commit comments

Comments
 (0)