From 72a05ce8976e6512e28ac4183bbf56d5bbf21c6b Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 22 Dec 2021 21:43:53 -0500
Subject: [PATCH] cbor2 5.2.0.post1 release should address this

---
 .github/workflows/ci.yaml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index c89bbd3..8ad846a 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -39,12 +39,6 @@ jobs:
 
     - name: "Install ZKAPAuthorizer and dependencies"
       run: |
-        # Get a Python 2 compatible version of setuptools_scm so that pip
-        # doesn't install a Python 2 incompatible version for cbor2.  There's
-        # always a chance cbor2 will help us out with a 5.2.1 that declares
-        # the constraint for us:
-        # https://github.com/agronholm/cbor2/issues/124
-        pip install setuptools_scm<6
         python -m pip install -v ./[test]
 
     - name: "Dump Python Environment"
-- 
GitLab