diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2023-01-02 13:05:57 +0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 16:41:28 -0500 |
commit | 2e419a78763bd8d75baf139734ccad4ba936da17 (patch) | |
tree | 28a37988ba1a8e5a46bb6a01fc74582d22970f7e /.circleci | |
parent | 34ccbb7b7e590b7ab8452265124afcb15b2a61fe (diff) |
add 3.10 to test matrix
Diffstat (limited to '.circleci')
-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 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: |