Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nic
gridsource
Commits
b92583c0
Commit
b92583c0
authored
Jan 14, 2021
by
Nic
Browse files
relax python requirements allowing python>=3.7
parent
c1ee7585
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
b92583c0
...
...
@@ -24,7 +24,7 @@ setup_requirements = [
setup
(
author
=
"numenic"
,
author_email
=
"info@numeric-gmbh.ch"
,
python_requires
=
">=3.
8
"
,
python_requires
=
">=3.
7
"
,
classifiers
=
[
"Development Status :: 2 - Pre-Alpha"
,
"Intended Audience :: Developers"
,
...
...
Write
Preview
Markdown
is supported
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