mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Chore: Change Specter compatibility to ">=3.7,<3.10" (#1707)
This commit is contained in:
parent
8e6c374c11
commit
f1bc77a168
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -61,7 +61,7 @@ setup(
|
|||
"Operating System :: OS Independent",
|
||||
"Framework :: Flask",
|
||||
],
|
||||
python_requires=">=3.6,<3.10",
|
||||
python_requires=">=3.7,<3.10",
|
||||
cmdclass={
|
||||
"install": InstallWithBabelCompile,
|
||||
# The rest is convenience but not strictly necessary for the automation:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue