diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 16:42:28 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 16:42:28 -0500 |
commit | 1dd9d8e04337e814f26e36ca268a3be296f5e9e3 (patch) | |
tree | e925e1a54d597658454c059630a5293e8ab3d403 | |
parent | 2e419a78763bd8d75baf139734ccad4ba936da17 (diff) |
Add 3.11 to test matrix too
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index a5683d43..91dbf9c8 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", "3.10"] + version: ["3.7", "3.8", "3.9", "3.10", "3.11"] # 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: |