Skip to content

Commit 49d57d5

Browse files
authored
Dev: spec: bump python requirement to >= 3.10 (#1451)
as pattern matching(PEP-636) is used in corosync_config_format.py
2 parents f3bcae4 + 397c932 commit 49d57d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crmsh.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Requires(pre): pacemaker
5050
%endif
5151
Requires: %{name}-scripts >= %{version}-%{release}
5252
Requires: /usr/bin/which
53-
Requires: python3 >= 3.4
53+
Requires: python3 >= 3.10
5454
Requires: python3-PyYAML
5555
Requires: python3-lxml
5656
Requires: python3-packaging

0 commit comments

Comments
 (0)