Skip to content

Commit

Permalink
revert: support 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Apr 29, 2023
1 parent 9979f14 commit 41cd8a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
requires-python = ">=3.11"
requires-python = ">=3.7"

[project.urls]
repository = "https://github.com/null8626/python-weather"
Expand Down
2 changes: 1 addition & 1 deletion python_weather/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
__all__ = (
'METRIC', 'IMPERIAL', 'Client', 'Error', 'Kind', 'Locale', 'Phase',
'Ultraviolet', 'WindDirection'
)
)

0 comments on commit 41cd8a9

Please sign in to comment.