Skip to content

Commit 14c2bca

Browse files
committed
Replace mentions on Python 3.8 with 3.9 (follow-up to #411)
1 parent fecdc20 commit 14c2bca

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
aiomonitor's documentation!
77
===========================
88

9-
**aiomonitor** is Python 3.8+ module that adds monitor and cli capabilities
9+
**aiomonitor** is Python 3.9+ module that adds monitor and cli capabilities
1010
for :mod:`asyncio` application. Idea and code borrowed from curio_ project.
1111
Task monitor that runs concurrently to the :mod:`asyncio` loop (or fast drop in
1212
replacement uvloop_) in a separate thread. This can inspect the loop and

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ classifiers =
1414
License :: OSI Approved :: Apache Software License
1515
Intended Audience :: Developers
1616
Programming Language :: Python :: 3
17-
Programming Language :: Python :: 3.8
1817
Programming Language :: Python :: 3.9
1918
Programming Language :: Python :: 3.10
2019
Programming Language :: Python :: 3.11

0 commit comments

Comments
 (0)