Skip to content

Commit 88a6748

Browse files
committed
bump max CI matrix to 3.13
1 parent 8e3e237 commit 88a6748

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
strategy:
1010
matrix:
1111
# run static analysis on bleeding and trailing edges
12-
python-version: [ '3.9', '3.12' ]
12+
python-version: [ '3.9', '3.13' ]
1313
django-version:
1414
- '4.2' # LTS April 2026
1515
- '5.1' # December 2025
1616
exclude:
1717
- python-version: '3.9'
1818
django-version: '5.1'
19-
- python-version: '3.12'
19+
- python-version: '3.13'
2020
django-version: '4.2'
2121

2222
steps:

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
POSTGRES_PORT: 5432
2727
strategy:
2828
matrix:
29-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
29+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
3030
postgres-version: ['9.6', '12', 'latest']
3131
psycopg-version: ['psycopg2', 'psycopg3']
3232
django-version:
@@ -57,13 +57,13 @@ jobs:
5757
django-version: '5.1'
5858
- python-version: '3.9'
5959
django-version: '5.1'
60-
- python-version: '3.13.0-rc.1'
60+
- python-version: '3.13'
6161
django-version: '3.2'
62-
- python-version: '3.13.0-rc.1'
62+
- python-version: '3.13'
6363
django-version: '4.2'
6464

6565
# https://github.com/psycopg/psycopg2/pull/1695
66-
- python-version: '3.13.0-rc.1'
66+
- python-version: '3.13'
6767
psycopg-version: 'psycopg2'
6868

6969
# Service containers to run with `runner-job`

0 commit comments

Comments
 (0)