Skip to content

Commit 7a85f12

Browse files
committed
Increase minimum Python version to 3.9
Python 3.8 support ended in October 2024. Python 3.9 will be supported until October 2025. https://devguide.python.org/versions/
1 parent 3b0b212 commit 7a85f12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def get_link_arguments() -> List[str]:
142142
'py.typed',
143143
],
144144
},
145-
python_requires='>=3.7',
145+
python_requires='>=3.9',
146146
ext_modules=[
147147
Extension(
148148
'sdbus.sd_bus_internals',

0 commit comments

Comments
 (0)