summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDick Marinus <dick@mrns.nl>2022-11-11 19:31:41 +0100
committerGitHub <noreply@github.com>2022-11-11 10:31:41 -0800
commitfa054a5546d33ed34586513f71f371f81ef6ecfd (patch)
tree93266a54f7658844d3dff8a1c4a576f851839f50 /.github
parent431c256567499c81b72f379e69d3de563f516582 (diff)
add python 3.11 support (#1356)
* add python 3.11 support * use beta version * Python 11 is available. Co-authored-by: Irina Truong <i.chernyavska@gmail.com>
Diffstat (limited to '.github')
-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 d5b33bd9..25f84df7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
services:
postgres: