Skip to content

Commit

Permalink
Drop Python 3.7 builds
Browse files Browse the repository at this point in the history
Not used by SABnzbd anymore
  • Loading branch information
Safihre committed Jan 25, 2023
1 parent f0ae9b7 commit 36bc90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_and_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_SKIP: pp* cp36*
CIBW_SKIP: pp* cp36* cp37*
CIBW_ARCHS_LINUX: ${{ matrix.linux_arch }}
CIBW_ARCHS_MACOS: universal2
CIBW_BUILD_VERBOSITY: 1
Expand Down

0 comments on commit 36bc90d

Please sign in to comment.