Skip to content

Commit 62b009d

Browse files
authored
Update cd.yml
1 parent 23131c9 commit 62b009d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
if: (github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'package'))
2626
strategy:
2727
matrix:
28-
arch: [x64, x86]
29-
python: ["3.7", "3.10"]
30-
libtorrent: [2.0.7, 1.2.19]
28+
arch: [x64]
29+
python: ["3.10"]
30+
libtorrent: [2.0.7]
3131

3232
steps:
3333
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

0 commit comments

Comments
 (0)