From a9906350bf3ae775855c5dfcea41c3fbba63dd28 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 5 Jan 2022 13:28:31 -0500
Subject: [PATCH] parameterize python version in nixos ci

---
 .circleci/config.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 5158c93..d8e51b5 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -129,6 +129,8 @@ jobs:
 
   linux-tests: &LINUX_TESTS
     parameters:
+      py-version:
+        type: "string"
       tahoe-lafs-source:
         # The name of a niv source in nix/sources.json which corresponds to
         # a Tahoe-LAFS version. This is the version that will be declared as a
@@ -237,6 +239,8 @@ workflows:
     - "linux-tests":
         matrix:
           parameters:
+            py-version:
+            - "3.9"
             tahoe-lafs-source:
             - "tahoe-lafs"
 
-- 
GitLab