File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 78
78
os : windows-latest
79
79
tox_env : " py39-xdist"
80
80
- name : " windows-py310"
81
- python : " 3.10-dev "
81
+ python : " 3.10.1 "
82
82
os : windows-latest
83
83
tox_env : " py310-xdist"
84
84
@@ -108,7 +108,7 @@ jobs:
108
108
os : ubuntu-latest
109
109
tox_env : " py39-xdist"
110
110
- name : " ubuntu-py310"
111
- python : " 3.10-dev "
111
+ python : " 3.10.1 "
112
112
os : ubuntu-latest
113
113
tox_env : " py310-xdist"
114
114
- name : " ubuntu-pypy3"
Original file line number Diff line number Diff line change @@ -1143,8 +1143,6 @@ def test_func():
1143
1143
pypy_version_info = getattr (sys , "pypy_version_info" , None )
1144
1144
if pypy_version_info is not None and pypy_version_info < (6 ,):
1145
1145
markline = markline [5 :]
1146
- elif sys .version_info [:2 ] >= (3 , 10 ):
1147
- markline = markline [11 :]
1148
1146
elif sys .version_info >= (3 , 8 ) or hasattr (sys , "pypy_version_info" ):
1149
1147
markline = markline [4 :]
1150
1148
You can’t perform that action at this time.
0 commit comments