Skip to content

Commit 2385e90

Browse files
author
mirco
committed
CI with py3.8
1 parent 979fc60 commit 2385e90

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- uses: actions/checkout@v2
43-
- name: Set up Python 3.7
43+
- name: Set up Python 3.8
4444
uses: actions/setup-python@v1
4545
with:
46-
python-version: 3.7
46+
python-version: 3.8
4747
- name: Install libsndfile
4848
run: |
4949
sudo apt-get install -y libsndfile1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
author="Mirco Ravanelli & Others",
99
author_email="[email protected]",
1010
packages=["speechbrain"],
11-
python_requires=">=3.8",
12-
url="https://speechbrain.github.io/"
11+
python_requires=">=3.7",
12+
url="https://speechbrain.github.io/",
1313
)

0 commit comments

Comments
 (0)