we don't support py3.6; support py3.9
This commit is contained in:
parent
9ba5b2b90f
commit
3e18deef86
3 changed files with 2 additions and 3 deletions
2
setup.py
2
setup.py
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue