From fd2d85064f02f1bc6b8e8a8ebe2cd2a8f45122c0 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Wed, 7 Oct 2020 11:47:59 +0300 Subject: [PATCH] Run tests against officially released Python 3.9 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 83e63b4..e36aecf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,7 +83,7 @@ jobs: test-python39: docker: - - image: python:3.9-rc-alpine3.10 + - image: python:3.9-alpine - image: postgres:11.0 environment: POSTGRES_DB: 'localizedfields'