Skip to content

Commit 057cbee

Browse files
authored
Merge pull request #1047 from effigies/mnt/py310-pre
CI: Test on Python 3.10
2 parents a93f4b3 + 0a3370e commit 057cbee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pre-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
29-
python-version: [3.8, 3.9]
29+
python-version: ["3.8", "3.9", "3.10.0-rc.1"]
3030
architecture: ['x64', 'x86']
3131
install: ['setup']
3232
check: ['test']
@@ -48,9 +48,9 @@ jobs:
4848
- os: macos-latest
4949
architecture: x86
5050
- os: windows-latest
51-
python-version: 3.9
51+
python-version: "3.10.0-rc.1"
5252
- os: macos-latest
53-
python-version: 3.9
53+
python-version: "3.10.0-rc.1"
5454

5555
env:
5656
DEPENDS: ${{ matrix.depends }}

nibabel/wrapstruct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def structarr(self):
411411
>>> wstr1.structarr = None
412412
Traceback (most recent call last):
413413
...
414-
AttributeError: can't set attribute
414+
AttributeError: can't set attribute...
415415
"""
416416
return self._structarr
417417

0 commit comments

Comments
 (0)