File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
strategy :
27
27
matrix :
28
28
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" ]
30
30
architecture : ['x64', 'x86']
31
31
install : ['setup']
32
32
check : ['test']
48
48
- os : macos-latest
49
49
architecture : x86
50
50
- os : windows-latest
51
- python-version : 3.9
51
+ python-version : " 3.10.0-rc.1 "
52
52
- os : macos-latest
53
- python-version : 3.9
53
+ python-version : " 3.10.0-rc.1 "
54
54
55
55
env :
56
56
DEPENDS : ${{ matrix.depends }}
Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ def structarr(self):
411
411
>>> wstr1.structarr = None
412
412
Traceback (most recent call last):
413
413
...
414
- AttributeError: can't set attribute
414
+ AttributeError: can't set attribute...
415
415
"""
416
416
return self ._structarr
417
417
You can’t perform that action at this time.
0 commit comments