Skip to content

Commit

Permalink
meta: drop support for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Nov 23, 2023
1 parent 10704e7 commit 426e577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.8'
architecture: 'x64'
- name: Install dependencies
run: python3 -m pip install .
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools"]

[project]
name = "python-weather"
version = "1.0.3"
version = "1.1.0"
description = "A free and asynchronous weather API wrapper made in Python, for Python."
readme = "README.md"
license = { text = "MIT" }
Expand Down Expand Up @@ -34,7 +34,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
requires-python = ">=3.7"
requires-python = ">=3.8"

[project.urls]
repository = "https://github.com/null8626/python-weather"
Expand Down

0 comments on commit 426e577

Please sign in to comment.