mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
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:
parent
149b420e2e
commit
c1e5bdb021
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -37,5 +37,5 @@ setup(
|
|||
"Operating System :: OS Independent",
|
||||
"Framework :: Flask",
|
||||
],
|
||||
python_requires=">=3.6,<3.9",
|
||||
python_requires=">=3.6,<3.10",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue