Skip to content

Commit 2e28840

Browse files
authored
Merge pull request #314 from SubstraFoundation/back_to_36
Rollback to Python 3.6 & Add 3.6 to gh actions
2 parents ece1c68 + e95a6cd commit 2e28840

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest # We could run on other OS but we would have to change the command to install libsndfile
99
strategy:
1010
matrix:
11-
python-version: [3.7, 3.8]
11+
python-version: [3.6, 3.7, 3.8]
1212

1313
steps:
1414
- uses: actions/checkout@v2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="mplc",
11-
version='0.3.0',
11+
version='0.3.1',
1212
author="SubstraFoundation",
1313
author_email="contact@substra.org",
1414
description="A distributed-learning package for the study of contributivity",
@@ -28,5 +28,5 @@
2828
'distributed learning'],
2929
license='Apache 2.0',
3030
install_requires=requirements,
31-
python_requires='>=3.7',
31+
python_requires='>=3.6',
3232
)

0 commit comments

Comments
 (0)