From 14c2bca6426969eae98dfc2e66f4f0f66e24e1c3 Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Tue, 12 Nov 2024 06:34:43 +0900 Subject: [PATCH] Replace mentions on Python 3.8 with 3.9 (follow-up to #411) --- docs/index.rst | 2 +- setup.cfg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 3f68d7a..949b5be 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ aiomonitor's documentation! =========================== -**aiomonitor** is Python 3.8+ module that adds monitor and cli capabilities +**aiomonitor** is Python 3.9+ module that adds monitor and cli capabilities for :mod:`asyncio` application. Idea and code borrowed from curio_ project. Task monitor that runs concurrently to the :mod:`asyncio` loop (or fast drop in replacement uvloop_) in a separate thread. This can inspect the loop and diff --git a/setup.cfg b/setup.cfg index 2b330fc..1f0280b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,6 @@ classifiers = License :: OSI Approved :: Apache Software License Intended Audience :: Developers Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11