Skip to content

Commit 00d3bbf

Browse files
committed
requirements: Upgrade pytz from >=2022.7.1 to >=2025.
Add comment to indicate moving to native support from Python 3.9.
1 parent 7b76eb7 commit 00d3bbf

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
@@ -113,7 +113,7 @@ def long_description():
113113
"pygments>=2.17.2,<2.18.0", # 2.18.0 will drop support for Python 3.7
114114
"typing_extensions~=4.5.0",
115115
"python-dateutil>=2.8.2",
116-
"pytz>=2022.7.1",
116+
"pytz>=2025", # Can use native support from Python 3.9 onwards
117117
"tzlocal>=2.1",
118118
"pyperclip>=1.8.1",
119119
],

0 commit comments

Comments
 (0)