From 9cbb0629b3a1768f242922fa56093e5ff3574080 Mon Sep 17 00:00:00 2001 From: Toni Spets Date: Fri, 14 Jul 2023 08:34:36 +0300 Subject: [PATCH] Bump max Mautrix version, drop Python 3.8 --- .github/workflows/build-and-test.yml | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 61c9d7c..a04964d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - python-version: ['3.8', '3.9', '3.10'] + python-version: ['3.9', '3.10', '3.11'] steps: - name: Checkout repo diff --git a/setup.cfg b/setup.cfg index 26aa419..a0412f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,11 +15,11 @@ packages = install_requires = irc >=19.0.0, <21.0 ruamel.yaml >=0.15.35, <0.18 - mautrix >=0.15.0, <0.17 + mautrix >=0.15.0, <0.21 python-socks[asyncio] >= 1.2.4 aiohttp >=3.8.0, <4.0.0 -python_requires = >=3.8 +python_requires = >=3.9 [options.entry_points] console_scripts =