Skip to content

Commit

Permalink
chore: Drop support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 17, 2024
1 parent 14eb4f5 commit fbfba34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
matrix:
script: ["test:integration"]
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ A full list of supported settings and capabilities is available by running: `tap

## Supported Python Versions

* 3.8
* 3.9
* 3.10
* 3.11
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ maintainers = [
authors = [
{ name = "Edgar Ramírez-Mondragón", email = "edgarrmondragon@hey.com" },
]
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down Expand Up @@ -78,7 +77,6 @@ dependencies = "deptry ."
template = "test"
[[tool.hatch.envs.all.matrix]]
python = [
"3.8",
"3.9",
"3.10",
"3.11",
Expand Down Expand Up @@ -149,7 +147,7 @@ max_supported_python = "3.13"
addopts = "-vvv"

[tool.mypy]
python_version = "3.12"
python_version = "3.13"
warn_redundant_casts = true
warn_unused_configs = true
warn_unused_ignores = true
Expand Down

0 comments on commit fbfba34

Please sign in to comment.