We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2457b6 commit 2c620ddCopy full SHA for 2c620dd
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Python
24
uses: actions/setup-python@v1
25
with:
26
- python-version: 3.9
+ python-version: 3.12.12
27
28
- name: Install Python dependencies
29
run: pip install black flake8
rpm/badfish.spec.tpl
@@ -18,7 +18,6 @@ Source: %{url}/releases/download/v%{version}/badfish-%{version}.tar.gz
18
19
BuildArch: noarch
20
BuildRequires: python3-devel
21
-BuildRequires: zlib-devel
22
# Test dependencies
BuildRequires: python3dist(pytest)
BuildRequires: python3dist(pytest-asyncio)
0 commit comments