Skip to content

Commit

Permalink
refacto(cleanup): remove python 3.9 related code and deps (timezone) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts authored Jun 11, 2024
2 parents fa67887 + c86a193 commit 7e51e12
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 60 deletions.
File renamed without changes.
56 changes: 0 additions & 56 deletions mkdocs_rss_plugin/timezoner_pre39.py

This file was deleted.

4 changes: 1 addition & 3 deletions mkdocs_rss_plugin/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
from mkdocs_rss_plugin.integrations.theme_material_social_plugin import (
IntegrationMaterialSocialCards,
)

# conditional imports
from mkdocs_rss_plugin.timezoner_py39 import set_datetime_zoneinfo
from mkdocs_rss_plugin.timezoner import set_datetime_zoneinfo

# ############################################################################
# ########## Globals #############
Expand Down
1 change: 0 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

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

0 comments on commit 7e51e12

Please sign in to comment.