We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ece1c68 + e95a6cd commit 2e28840Copy full SHA for 2e28840
2 files changed
.github/workflows/main_ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest # We could run on other OS but we would have to change the command to install libsndfile
9
strategy:
10
matrix:
11
- python-version: [3.7, 3.8]
+ python-version: [3.6, 3.7, 3.8]
12
13
steps:
14
- uses: actions/checkout@v2
setup.py
@@ -8,7 +8,7 @@
setup(
name="mplc",
- version='0.3.0',
+ version='0.3.1',
author="SubstraFoundation",
author_email="contact@substra.org",
description="A distributed-learning package for the study of contributivity",
@@ -28,5 +28,5 @@
28
'distributed learning'],
29
license='Apache 2.0',
30
install_requires=requirements,
31
- python_requires='>=3.7',
+ python_requires='>=3.6',
32
)
0 commit comments