Skip to content

Commit

Permalink
MNT: Python 3.11 should be supported (#3038)
Browse files Browse the repository at this point in the history
Test with Python 3.11, show Python 3.11 as supported.
  • Loading branch information
effigies authored Jun 14, 2023
2 parents eef5c7c + d5da83b commit 40988b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest']
python-version: [3.9, '3.10']
python-version: [3.9, '3.10', '3.11']
install: ['pip']
check: ['tests']
pip-flags: ['PRE_PIP_FLAGS']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest']
python-version: [3.8, 3.9, '3.10']
python-version: [3.8, 3.9, '3.10', '3.11']
install: ['pip']
check: ['tests']
pip-flags: ['']
Expand Down
1 change: 1 addition & 0 deletions .maint/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Before every release, unlisted contributors will be invited again to add their n
| Moodie | Craig A. | | 0000-0003-0867-1469 | Department of Psychology, Stanford University |
| Naveau | Mikaël | | 0000-0001-6948-9068 | Cyceron, UMS 3408 (CNRS - UCBN), France |
| Nitsch | Alexander | | 0000-0002-5740-9451 | Max Planck Institute for Human Cognitive and Brain Sciences, Leipzig, Germany |
| Papadopoulos | Dimitri | | 0000-0002-1242-8990 | Neurospin, CEA |
| Plunkett | Dillon | | 0000-0001-7822-6024 | Department of Psychology, Harvard University |
| Provins | Céline | | 0000-0002-1668-9629 | Department of Radiology, Lausanne University Hospital and University of Lausanne |
| Rivera-Dompenciel | Adriana | | 0000-0002-3339-4857 | Neuroscience Program, University of Iowa |
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
license = {file = "LICENSE"}
requires-python = ">=3.8"
Expand Down

0 comments on commit 40988b2

Please sign in to comment.