Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-common
Commits
9dfb3e044089
Commit
0e28561e
authored
May 07, 2020
by
Laurent Peuch
Browse files
[fix] logilab-common requires python 3.6 now
parent
86a7254fbf42
Pipeline
#7220
failed with stage
in 1 minute and 31 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
9dfb3e04
...
...
@@ -48,7 +48,7 @@ setup(
classifiers
=
pkginfo
[
"classifiers"
],
packages
=
find_packages
(
exclude
=
[
"contrib"
,
"docs"
,
"test*"
]),
namespace_packages
=
[
pkginfo
[
"subpackage_of"
]],
python_requires
=
">=3.
3
"
,
python_requires
=
">=3.
6
"
,
install_requires
=
pkginfo
[
"install_requires"
],
tests_require
=
pkginfo
[
"tests_require"
],
scripts
=
pkginfo
[
"scripts"
],
...
...
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