From 6ccb031bded3504ee16565500439094ab00e7347 Mon Sep 17 00:00:00 2001 From: Rob Brackett Date: Tue, 1 Nov 2022 18:24:57 -0700 Subject: [PATCH] Add Python 3.11 to our testing matrix 3.11 is out now, so we should make sure we are testing on it and supporting it! --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4ebe2c6..03913af 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 parameters: primary-python-version: type: string - default: "3.10.7" + default: "3.11.0" commands: setup_pip: @@ -179,7 +179,7 @@ workflows: only: /^v.*/ matrix: parameters: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] - lint: filters: tags: