Skip to content

Commit 2c620dd

Browse files
committed
CI: python version bump for lint, RPM: removed zlib dependency
1 parent b2457b6 commit 2c620dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v1
2525
with:
26-
python-version: 3.9
26+
python-version: 3.12.12
2727

2828
- name: Install Python dependencies
2929
run: pip install black flake8

rpm/badfish.spec.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Source: %{url}/releases/download/v%{version}/badfish-%{version}.tar.gz
1818

1919
BuildArch: noarch
2020
BuildRequires: python3-devel
21-
BuildRequires: zlib-devel
2221
# Test dependencies
2322
BuildRequires: python3dist(pytest)
2423
BuildRequires: python3dist(pytest-asyncio)

0 commit comments

Comments
 (0)