Skip to content

Commit

Permalink
Remove support for all platforms other than Debian Buster
Browse files Browse the repository at this point in the history
cyhy-core is still Python 2 and with distributions ending support for
Python 2 we can only support a limited number of platforms.
  • Loading branch information
jsf9k committed Jun 14, 2024
1 parent 1171cbb commit 7feaf06
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,17 +182,20 @@ jobs:
- amd64
- arm64
platform:
- amazonlinux2023-systemd
# cyhy-core is still Python 2 and with distributions ending
# support for Python 2 we can only support a limited number
# of platforms.
# - amazonlinux2023-systemd
- debian10-systemd
- debian11-systemd
- debian12-systemd
- debian13-systemd
- fedora39-systemd
- fedora40-systemd
- kali-systemd
- ubuntu-20-systemd
- ubuntu-22-systemd
- ubuntu-24-systemd
# - debian11-systemd
# - debian12-systemd
# - debian13-systemd
# - fedora39-systemd
# - fedora40-systemd
# - kali-systemd
# - ubuntu-20-systemd
# - ubuntu-22-systemd
# - ubuntu-24-systemd
scenario:
- default
steps:
Expand Down

0 comments on commit 7feaf06

Please sign in to comment.