1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

this codebase has started to use things introduced in Python 3.5

This commit is contained in:
Hans-Christoph Steiner 2021-06-09 12:43:36 +02:00
parent 9500b9d2e9
commit 5e1c322f27
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -64,7 +64,7 @@ setup(name='fdroidserver',
packages=['fdroidserver', 'fdroidserver.asynchronousfilereader'],
scripts=['fdroid', 'makebuildserver'],
data_files=get_data_files(),
python_requires='>=3.4',
python_requires='>=3.5',
cmdclass={'versioncheck': VersionCheckCommand},
setup_requires=[
'babel',