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 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']
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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments