Core: allow python version 3.9.X after upgrade to HWI 2.0.1 (#1104)

Co-authored-by: Kim Neunert <k9ert@gmx.de>
This commit is contained in:
djpnewton 2021-04-15 23:29:13 +12:00 committed by GitHub
parent 149b420e2e
commit c1e5bdb021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,5 +37,5 @@ setup(
"Operating System :: OS Independent",
"Framework :: Flask",
],
python_requires=">=3.6,<3.9",
python_requires=">=3.6,<3.10",
)