summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2021-01-05 10:53:44 -0800
committerGitHub <noreply@github.com>2021-01-05 10:53:44 -0800
commit1bcaab1b8d3c01dceca7fec4b9792ce6ab787b9c (patch)
treebb4902fa26263809b026346d292db330d0330040
parentae34628ee5331d3a78dcb483ccc3039834dfabcb (diff)
Add 3.9 to build matrix. (#1232)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5c86b31e..cf8d1859 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.6, 3.7, 3.8, 3.9]
services:
postgres: