Skip to content

Commit

Permalink
Drop support for py37 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Aug 6, 2024
1 parent 3de6649 commit 87aef16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
include:
- tox_env: lint
python-version: "3.10"
- tox_env: py37
python-version: 3.7
- tox_env: py38,py38-devel
python-version: 3.8
- tox_env: py39
Expand Down
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.7
python_version = 3.8
color_output = True
error_summary = True
disallow_untyped_calls = True
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
# https://peps.python.org/pep-0621/#readme
requires-python = ">=3.7"
requires-python = ">=3.8"
dynamic = ["version"]

name = "tox-extra"
Expand All @@ -27,7 +27,6 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 87aef16

Please sign in to comment.