We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979fc60 commit 2385e90Copy full SHA for 2385e90
2 files changed
.github/workflows/pythonapp.yml
@@ -40,10 +40,10 @@ jobs:
40
runs-on: ubuntu-latest
41
steps:
42
- uses: actions/checkout@v2
43
- - name: Set up Python 3.7
+ - name: Set up Python 3.8
44
uses: actions/setup-python@v1
45
with:
46
- python-version: 3.7
+ python-version: 3.8
47
- name: Install libsndfile
48
run: |
49
sudo apt-get install -y libsndfile1
setup.py
@@ -8,6 +8,6 @@
8
author="Mirco Ravanelli & Others",
9
author_email="[email protected]",
10
packages=["speechbrain"],
11
- python_requires=">=3.8",
12
- url="https://speechbrain.github.io/"
+ python_requires=">=3.7",
+ url="https://speechbrain.github.io/",
13
)
0 commit comments