Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Add Python 3.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
erdewit committed Sep 30, 2022
1 parent ae731dc commit 9dd3444
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Framework :: AsyncIO

[options]
py_modules = nest_asyncio
python_requires = >=3.5

[flake8]
ignore = D205,D400,W503

0 comments on commit 9dd3444

Please sign in to comment.