diff --git a/.circleci/config.yml b/.circleci/config.yml index a7a738a..d0ee876 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,4 +74,5 @@ workflows: build: jobs: - test-python37 + - test-python38 - analysis diff --git a/requirements/test.txt b/requirements/test.txt index 1d90234..8e9dd08 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -11,4 +11,4 @@ pytest-cov==2.8.1 dj-database-url==0.4.2 django-autoslug==1.9.3 django-bleach==0.3.0 -psycopg2==2.7.3.2 +psycopg2==2.8.4