Skip to content

Commit 7e51e12

Browse files
authored
refacto(cleanup): remove python 3.9 related code and deps (timezone) (#288)
2 parents fa67887 + c86a193 commit 7e51e12

File tree

4 files changed

+1
-60
lines changed

4 files changed

+1
-60
lines changed
File renamed without changes.

mkdocs_rss_plugin/timezoner_pre39.py

Lines changed: 0 additions & 56 deletions
This file was deleted.

mkdocs_rss_plugin/util.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
from mkdocs_rss_plugin.integrations.theme_material_social_plugin import (
3232
IntegrationMaterialSocialCards,
3333
)
34-
35-
# conditional imports
36-
from mkdocs_rss_plugin.timezoner_py39 import set_datetime_zoneinfo
34+
from mkdocs_rss_plugin.timezoner import set_datetime_zoneinfo
3735

3836
# ############################################################################
3937
# ########## Globals #############

requirements/base.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
GitPython>=3.1,<3.2
66
mkdocs>=1.5,<2
7-
pytz==2022.* ; python_version < "3.9"
87
tzdata==2024.* ; python_version >= "3.9" and sys_platform == "win32"

0 commit comments

Comments
 (0)