Skip to content

Commit

Permalink
Test psycopg with Python 3.13
Browse files Browse the repository at this point in the history
This was made possible with release 3.2.2 - see https://github.com/psycopg/psycopg/blob/3.2.3/docs/news.rst#psycopg-322
  • Loading branch information
ddabble committed Nov 24, 2024
1 parent a1a9443 commit e66c62d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
[tox]
envlist =
py{38,39,310,311,312}-dj42-{sqlite3,postgres,mysql,mariadb},
py{310,311,312}-dj50-{sqlite3,postgres,mysql,mariadb},
py{310,311,312}-djmain-{sqlite3,postgres,mysql,mariadb},
# DEV: Add `313` to the Python versions above (so that postgres is tested with 3.13)
# when `psycopg` provides binaries for 3.13
py313-dj{42,50,main}-{sqlite3,mysql,mariadb},
py{38,39,310,311,312,313}-dj42-{sqlite3,postgres,mysql,mariadb},
py{310,311,312,313}-dj50-{sqlite3,postgres,mysql,mariadb},
py{310,311,312,313}-djmain-{sqlite3,postgres,mysql,mariadb},
docs,
lint

Expand Down

0 comments on commit e66c62d

Please sign in to comment.