From 2bcab4d83a64be44afcfc103d03366f87690bd32 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Sun, 20 Oct 2019 17:56:18 +0300 Subject: [PATCH] Always run tests against python 3.8 --- .circleci/config.yml | 1 + requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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