File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@v3
18
- - uses : actions/setup-python@v3
18
+ - uses : actions/setup-python@v5
19
19
with :
20
20
python-version : " 3.9"
21
21
- uses : pre-commit/action@v2.0.3
41
41
- " 3.10"
42
42
- " 3.11"
43
43
- " 3.12"
44
+ - " 3.13"
44
45
- " pypy-3.8"
45
46
- " pypy-3.9"
46
47
os :
@@ -69,10 +70,11 @@ jobs:
69
70
- name : Install poetry
70
71
run : pipx install poetry
71
72
- name : Set up Python
72
- uses : actions/setup-python@v4
73
+ uses : actions/setup-python@v5
73
74
with :
74
75
python-version : ${{ matrix.python-version }}
75
76
cache : " poetry"
77
+ allow-prereleases : true
76
78
- name : Install Dependencies no cython
77
79
if : ${{ matrix.extension == 'skip_cython' }}
78
80
env :
@@ -136,7 +138,7 @@ jobs:
136
138
137
139
# Used to host cibuildwheel
138
140
- name : Set up Python
139
- uses : actions/setup-python@v4
141
+ uses : actions/setup-python@v5
140
142
141
143
- name : Install python-semantic-release
142
144
run : pipx install python-semantic-release==7.34.6
@@ -159,7 +161,7 @@ jobs:
159
161
platforms : arm64
160
162
161
163
- name : Build wheels
162
- uses : pypa/cibuildwheel@v2.17 .0
164
+ uses : pypa/cibuildwheel@v2.20 .0
163
165
# to supply options, put them in 'env', like:
164
166
env :
165
167
CIBW_SKIP : cp36-* cp37-* pp36-* pp37-* *p38-*_aarch64 *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *musllinux*_aarch64
You can’t perform that action at this time.
0 commit comments