we don't support py3.6; support py3.9

This commit is contained in:
jesopo 2022-01-07 11:41:35 +00:00
parent 9ba5b2b90f
commit 3e18deef86
3 changed files with 2 additions and 3 deletions

View file

@ -26,6 +26,6 @@ setup(
"Operating System :: Microsoft :: Windows",
"Topic :: Communications :: Chat :: Internet Relay Chat"
],
python_requires='>=3.6',
python_requires='>=3.7',
install_requires=install_requires
)