Skip to content

Commit

Permalink
release: drop ppc64le & s390x
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Jan 26, 2024
1 parent 39fe80b commit a29f96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [x86_64, aarch64, ppc64le, s390x]
arch: [x86_64, aarch64]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "pkgcheck"
description = "pkgcore-based QA utility for ebuild repos"
readme = "README.rst"
license = {file = "LICENSE"}
requires-python = "~=3.9"
requires-python = "~=3.10"
# alphabetical by surname.
authors = [
{name = "Michał Górny", email = "[email protected]"},
Expand Down

0 comments on commit a29f96f

Please sign in to comment.