Skip to content

Commit 40988b2

Browse files
authored
MNT: Python 3.11 should be supported (#3038)
Test with Python 3.11, show Python 3.11 as supported.
2 parents eef5c7c + d5da83b commit 40988b2

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: ['ubuntu-latest']
32-
python-version: [3.9, '3.10']
32+
python-version: [3.9, '3.10', '3.11']
3333
install: ['pip']
3434
check: ['tests']
3535
pip-flags: ['PRE_PIP_FLAGS']

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: ['ubuntu-latest']
31-
python-version: [3.8, 3.9, '3.10']
31+
python-version: [3.8, 3.9, '3.10', '3.11']
3232
install: ['pip']
3333
check: ['tests']
3434
pip-flags: ['']

.maint/CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Before every release, unlisted contributors will be invited again to add their n
3535
| Moodie | Craig A. | | 0000-0003-0867-1469 | Department of Psychology, Stanford University |
3636
| Naveau | Mikaël | | 0000-0001-6948-9068 | Cyceron, UMS 3408 (CNRS - UCBN), France |
3737
| Nitsch | Alexander | | 0000-0002-5740-9451 | Max Planck Institute for Human Cognitive and Brain Sciences, Leipzig, Germany |
38+
| Papadopoulos | Dimitri | | 0000-0002-1242-8990 | Neurospin, CEA |
3839
| Plunkett | Dillon | | 0000-0001-7822-6024 | Department of Psychology, Harvard University |
3940
| Provins | Céline | | 0000-0002-1668-9629 | Department of Radiology, Lausanne University Hospital and University of Lausanne |
4041
| Rivera-Dompenciel | Adriana | | 0000-0002-3339-4857 | Neuroscience Program, University of Iowa |

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.8",
1616
"Programming Language :: Python :: 3.9",
1717
"Programming Language :: Python :: 3.10",
18+
"Programming Language :: Python :: 3.11",
1819
]
1920
license = {file = "LICENSE"}
2021
requires-python = ">=3.8"

0 commit comments

Comments
 (0)