Skip to content

Commit ba6c9b1

Browse files
cjmayosamuelhwilliams
authored andcommittedOct 27, 2024
Test with Python 3.13
1 parent 6b2d6c8 commit ba6c9b1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
 

‎.github/workflows/tests.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python: ['3.9', '3.10', '3.11', '3.12']
25+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
2626
tox: ['normal']
2727
include:
2828
- python: '3.9'
2929
tox: 'py39-min'
30-
- python: '3.12'
31-
tox: 'py312-noflaskbabel'
30+
- python: '3.13'
31+
tox: 'py313-noflaskbabel'
3232
- python: '3.9'
3333
tox: 'py39-sqlalchemy1'
34-
- python: '3.12'
35-
tox: 'py312-sqlalchemy1'
34+
- python: '3.13'
35+
tox: 'py313-sqlalchemy1'
3636
services:
3737
# Label used to access the service container
3838
postgres:

‎requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ pluggy==1.5.0
197197
# tox
198198
pre-commit==3.5.0
199199
# via -r dev.in
200-
psycopg2==2.9.9
200+
psycopg2==2.9.10
201201
# via
202202
# -r docs.txt
203203
# -r tests.in

‎requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ platformdirs==4.2.2
7777
# via pylint
7878
pluggy==1.5.0
7979
# via pytest
80-
psycopg2==2.9.9
80+
psycopg2==2.9.10
8181
# via -r tests.in
8282
pycodestyle==2.12.1
8383
# via flake8

‎requirements/tests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ platformdirs==4.2.2
5959
# via pylint
6060
pluggy==1.5.0
6161
# via pytest
62-
psycopg2==2.9.9
62+
psycopg2==2.9.10
6363
# via -r tests.in
6464
pycodestyle==2.12.1
6565
# via flake8

‎requirements/typing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ platformdirs==4.2.2
7272
# via pylint
7373
pluggy==1.5.0
7474
# via pytest
75-
psycopg2==2.9.9
75+
psycopg2==2.9.10
7676
# via -r tests.in
7777
pycodestyle==2.12.1
7878
# via flake8

0 commit comments

Comments
 (0)