Skip to content

Commit 1587022

Browse files
authored
Merge pull request #1559 from AntonioCarta/master
update python version requirements
2 parents 1fc4d2e + e1bbdc6 commit 1587022

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/environment-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
python-version: ["3.8", "3.9", "3.10"]
35+
python-version: ["3.8", "3.9", "3.10", "3.11"]
3636
defaults:
3737
run:
3838
shell: bash -l {0}

.github/workflows/syntax.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
- uses: actions/setup-python@v2
3232
with:
33-
python-version: 3.7
33+
python-version: "3.10.12"
3434
- uses: cclauss/Find-Python-syntax-errors-action@master

.github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
python-version: ["3.8", "3.9", "3.10"]
41+
python-version: ["3.8", "3.9", "3.10", "3.11"]
4242
defaults:
4343
run:
4444
shell: bash -l -c "conda run -n avalanche-env --no-capture-output bash {0}"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_extra_requires(path, add_all=True):
6060
"License :: OSI Approved :: MIT License",
6161
"Operating System :: OS Independent",
6262
],
63-
python_requires=">=3.7,<3.11",
63+
python_requires=">=3.8",
6464
install_requires=[
6565
"typing-extensions==4.4.0",
6666
"psutil",

0 commit comments

Comments
 (0)