Skip to content

Commit

Permalink
Drop 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Jan 2, 2024
1 parent 4c3f200 commit 33a2bc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -17,7 +16,7 @@ classifiers = [
dependencies = []
description = "Probably the fastest Python package to convert longitude/latitude to timezone name"
name = "tzfpy"
requires-python = ">=3.7"
requires-python = ">=3.8"

[project.optional-dependencies]
pytz = ["pytz>=2023.3"]
Expand Down

0 comments on commit 33a2bc9

Please sign in to comment.