8000
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 50
50
- " 3.11"
51
51
- " 3.12"
52
52
- " 3.13"
53
+ - " 3.13t"
53
54
- " pypy-3.9"
54
55
- " pypy-3.10"
55
56
- " pypy-3.11"
60
61
uses : actions/checkout@v4
61
62
62
63
- name : Set up Python
63
- uses : actions/setup-python@v5
64
+ uses : actions/setup-python@main
64
65
with :
65
66
python-version : ${{ matrix.python-version }}
66
67
update-environment : true
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ environment-pass = [
119
119
" _GLIBCXX_USE_CXX11_ABI" ,
120
120
]
121
121
test-extras = [" test" ]
122
- test-command = ''' make -C "{project}" test PYTHON=python PYTESTOPTS="--quiet --exitfirst --no-showlocals "'''
122
+ test-command = ''' make -C "{project}" test PYTHON=python PYTESTOPTS="--quiet --exitfirst"'''
123
123
124
124
# Linter tools #################################################################
125
125
You can’t perform that action at this time.
0 commit comments