From 2e419a78763bd8d75baf139734ccad4ba936da17 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 2 Jan 2023 13:05:57 +0700 Subject: add 3.10 to test matrix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 72f07b03..a5683d43 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,7 +85,7 @@ workflows: requires: ["Test"] matrix: parameters: - version: ["3.7", "3.8", "3.9"] + version: ["3.7", "3.8", "3.9", "3.10"] # Test doc building if main test suite passed (no real reason to spend # all those credits if the main tests would also fail...) - orb/docs: -- cgit v1.2.1