Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
bbe47c0e
Commit
bbe47c0e
authored
Jul 03, 2021
by
Daniel Scheffler
Browse files
Set minimal Python version to 3.6.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
c6ebb497
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
bbe47c0e
...
...
@@ -75,6 +75,7 @@ setup(
'Programming Language :: Python :: 3.8'
,
'Programming Language :: Python :: 3.9'
,
],
python_requires
=
'>3.6'
,
test_suite
=
'tests'
,
tests_require
=
test_requirements
,
setup_requires
=
setup_requirements
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment