From fa054a5546d33ed34586513f71f371f81ef6ecfd Mon Sep 17 00:00:00 2001 From: Dick Marinus Date: Fri, 11 Nov 2022 19:31:41 +0100 Subject: add python 3.11 support (#1356) * add python 3.11 support * use beta version * Python 11 is available. Co-authored-by: Irina Truong --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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: -- cgit v1.2.3