Skip to content

Commit

Permalink
Replace mentions on Python 3.8 with 3.9 (follow-up to #411)
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Nov 11, 2024
1 parent fecdc20 commit 14c2bca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14c2bca

Please sign in to comment.