Skip to content

Commit e66c62d

Browse files
committed
Test psycopg with Python 3.13
This was made possible with release 3.2.2 - see https://github.com/psycopg/psycopg/blob/3.2.3/docs/news.rst#psycopg-322
1 parent a1a9443 commit e66c62d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tox.ini

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
[tox]
22
envlist =
3-
py{38,39,310,311,312}-dj42-{sqlite3,postgres,mysql,mariadb},
4-
py{310,311,312}-dj50-{sqlite3,postgres,mysql,mariadb},
5-
py{310,311,312}-djmain-{sqlite3,postgres,mysql,mariadb},
6-
# DEV: Add `313` to the Python versions above (so that postgres is tested with 3.13)
7-
# when `psycopg` provides binaries for 3.13
8-
py313-dj{42,50,main}-{sqlite3,mysql,mariadb},
3+
py{38,39,310,311,312,313}-dj42-{sqlite3,postgres,mysql,mariadb},
4+
py{310,311,312,313}-dj50-{sqlite3,postgres,mysql,mariadb},
5+
py{310,311,312,313}-djmain-{sqlite3,postgres,mysql,mariadb},
96
docs,
107
lint
118

0 commit comments

Comments
 (0)