55
55
python-version : [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
56
56
steps :
57
57
- uses : actions/checkout@v4
58
- - uses : actions/setup-python@v5
58
+ - uses : actions/setup-python@v6
59
59
with :
60
60
python-version : ${{ matrix.python-version }}
61
61
architecture : x64
81
81
python-version : [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
82
82
steps :
83
83
- uses : actions/checkout@v4
84
- - uses : actions/setup-python@v5
84
+ - uses : actions/setup-python@v6
85
85
with :
86
86
python-version : ${{ matrix.python-version }}
87
87
architecture : x64
@@ -107,7 +107,7 @@ jobs:
107
107
target : [ x64, x86 ]
108
108
steps :
109
109
- uses : actions/checkout@v4
110
- - uses : actions/setup-python@v5
110
+ - uses : actions/setup-python@v6
111
111
with :
112
112
python-version : ${{ matrix.python-version }}
113
113
architecture : ${{ matrix.target }}
@@ -135,7 +135,7 @@ jobs:
135
135
target : [ x86_64, i686, aarch64 ]
136
136
steps :
137
137
- uses : actions/checkout@v4
138
- - uses : actions/setup-python@v5
138
+ - uses : actions/setup-python@v6
139
139
with :
140
140
python-version : ${{ matrix.python-version }}
141
141
- name : Build wheels
0 commit comments