Skip to content

Commit 612d2ee

Browse files
authored
Merge pull request #1262 from newrelic/fix-add-missing-postgresql-tests
Add Missing Python Versions to Tests for py-postgresql
2 parents 956e8bc + 2ff74f5 commit 612d2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ envlist =
7171
postgres16-datastore_psycopg2-{py37,py38,py39,py310,py311,py312}-psycopg2latest,
7272
postgres16-datastore_psycopg2cffi-{py37,py38,py39,py310,py311,py312}-psycopg2cffilatest,
7373
postgres16-datastore_pyodbc-{py37,py38,py39,py310,py311,py312,py313}-pyodbclatest,
74-
postgres9-datastore_postgresql-{py37,py38,py39},
74+
postgres9-datastore_postgresql-{py37,py38,py39,py310,py311,py312,py313},
7575
python-adapter_asgiref-{py37,py38,py39,py310,py311,py312,py313,pypy310}-asgireflatest,
7676
python-adapter_asgiref-py310-asgiref{0303,0304,0305,0306,0307},
7777
python-adapter_cheroot-{py37,py38,py39,py310,py311,py312,py313},

0 commit comments

Comments
 (0)