From ec1bf28d83be3c0786f8904f81d2e2867f9a7fb2 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 5 Jan 2022 13:36:17 -0500
Subject: [PATCH] switch GitHub Actions to Python 3.9 as well

---
 .github/workflows/ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 8ad846a..28c3479 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
     strategy:
       matrix:
         python-version:
-          - "2.7"
+          - "3.9"
 
     steps:
     # Avoid letting Windows newlines confusing milksnake.
-- 
GitLab