We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23131c9 commit 62b009dCopy full SHA for 62b009d
.github/workflows/cd.yml
@@ -25,9 +25,9 @@ jobs:
25
if: (github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'package'))
26
strategy:
27
matrix:
28
- arch: [x64, x86]
29
- python: ["3.7", "3.10"]
30
- libtorrent: [2.0.7, 1.2.19]
+ arch: [x64]
+ python: ["3.10"]
+ libtorrent: [2.0.7]
31
32
steps:
33
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
0 commit comments