mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
this codebase has started to use things introduced in Python 3.5
This commit is contained in:
parent
9500b9d2e9
commit
5e1c322f27
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue