From fdc731de15162b23a3a90582a5d3a9d98dd14d98 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net>
Date: Thu, 5 Oct 2023 15:52:17 +0200
Subject: [PATCH] py3.12 compat

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6202e00..5777df7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,7 @@ stages:
 # only cache local items.
 variables:
   PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
+  AIOHTTP_NO_EXTENSIONS: 1
 cache:
   paths:
     - .cache
-- 
GitLab