Skip to content

Commit f884ef7

Browse files
committed
requirements: Upgrade tzlocal from >=2.1 to >=5.0, <5.1.
This ensures a consistent version until support for Python 3.7 is dropped.
1 parent 00d3bbf commit f884ef7

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
@@ -114,7 +114,7 @@ def long_description():
114114
"typing_extensions~=4.5.0",
115115
"python-dateutil>=2.8.2",
116116
"pytz>=2025", # Can use native support from Python 3.9 onwards
117-
"tzlocal>=2.1",
117+
"tzlocal>=5.0,<5.1", # 5.1 will drop support for Python 3.7
118118
"pyperclip>=1.8.1",
119119
],
120120
)

0 commit comments

Comments
 (0)