mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Require Python 3.9
This commit is contained in:
parent
ecaf1fc770
commit
625dc11930
3 changed files with 7 additions and 5 deletions
2
setup.py
2
setup.py
|
@ -94,7 +94,7 @@ setup(
|
|||
scripts=['makebuildserver'],
|
||||
entry_points={'console_scripts': ['fdroid=fdroidserver.__main__:main']},
|
||||
data_files=get_data_files(),
|
||||
python_requires='>=3.5',
|
||||
python_requires='>=3.9',
|
||||
cmdclass={
|
||||
'versioncheck': VersionCheckCommand,
|
||||
'install': InstallWithCompile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue