summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-09 16:42:28 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-09 16:42:28 -0500
commit1dd9d8e04337e814f26e36ca268a3be296f5e9e3 (patch)
treee925e1a54d597658454c059630a5293e8ab3d403 /.circleci
parent2e419a78763bd8d75baf139734ccad4ba936da17 (diff)
downloadparamiko-1dd9d8e04337e814f26e36ca268a3be296f5e9e3.tar.gz
Add 3.11 to test matrix too
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
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: