Skip to content

Commit

Permalink
tests: dbus-fast 2.30.2 requires python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rokm committed Jan 20, 2025
1 parent c5e634b commit 79ee8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ selectolax==0.3.27
eccodes==2.39.1; (sys_platform == 'darwin' or sys_platform == 'linux') and python_version < '3.13'

# dbus-fast has pre-built wheels only for Linux; and D-Bus is available only there, anyway.
dbus-fast==2.30.2; sys_platform == 'linux'
dbus-fast==2.30.2; sys_platform == 'linux' and python_version >= '3.9'

# PyEnchant only pre-builds macOS and Windows
pyenchant==3.2.2; sys_platform == 'darwin' or sys_platform == 'win32'
Expand Down

0 comments on commit 79ee8c0

Please sign in to comment.