Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refacto(cleanup): remove python 3.9 related code and deps (timezone) #288

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"