Skip to content

Commit

Permalink
test Django 4.2 w/ psycopg3
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf committed Apr 25, 2023
1 parent 3b81fba commit 140ffea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ line-length = 120
legacy_tox_ini = """
[tox]
min_version = 4.4
envlist = {py37,py38,py39,py310,py311}-django{320}-{end2end,unittests},{py38,py39,py310,py311}-django{400,410,420}-{end2end,unittests},py39-lint
envlist = {py37,py38,py39,py310,py311}-django{320}-{end2end,unittests},{py38,py39,py310,py311}-django{400,410,420}-{end2end,unittests},{py38,py39,py310,py311}-django{420}-psycopg3,py39-lint
[gh-actions]
python =
Expand All @@ -38,6 +38,8 @@ deps =
django400: Django>=4.0,<4.1
django410: Django>=4.1,<4.2
django420: Django>=4.2,<4.3
!psycopg3: psycopg2
psycopg3: psycopg3
coverage
-rrequirements.txt
skip_missing_interpreters=true
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ isort>=5.5.4,<6
prometheus-client>=0.12.0
pip-prometheus>=1.2.1
mysqlclient
psycopg2
pytest==6.2.5
pytest-django
pylibmc
Expand Down

0 comments on commit 140ffea

Please sign in to comment.