From c123df9c5bf41cf613b7ead1e7b128f1bd7e2da5 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 27 Dec 2021 14:22:59 -0500 Subject: [PATCH] add python3.9 to the ci testing matrix --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a7a8f0..b74c07e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -209,7 +209,8 @@ jobs: nix-build tests.nix \ --argstr hypothesisProfile ci \ --arg collectCoverage true \ - --argstr tahoe-lafs-source << parameters.tahoe-lafs-source >> + --argstr tahoe-lafs-source << parameters.tahoe-lafs-source >> \ + --argstr python python<< parameters.py-version >> - run: name: "Push to Cachix" @@ -251,6 +252,7 @@ workflows: parameters: py-version: - "2.7" + - "3.9" xcode-version: # https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions -- GitLab