Skip to content

Commit 4915c8c

Browse files
committed
setup.py: Bump aexpect required for py3.13
Signed-off-by: Lukáš Doktor <[email protected]>
1 parent 3dedb6c commit 4915c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ def get_long_description():
107107
'50Dnf = runperf.utils.pbench:Dnf']},
108108
test_suite='selftests',
109109
python_requires='>=3.4',
110-
install_requires=['aexpect>=1.5.1', 'PyYAML', 'numpy'])
110+
install_requires=['aexpect>=1.7.0', 'PyYAML', 'numpy'])

0 commit comments

Comments
 (0)