Skip to content

Commit

Permalink
Bump to requiring 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Jul 30, 2024
1 parent aaf608b commit ee9de62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.7"
- "3.8"
- "3.12"

steps:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dynamic = ["version"]

keywords = ["changelog", "ci"]

requires-python = ">=3.7"
requires-python = ">=3.8"

dependencies = [
"linkify-it-py>=2.0.3",
Expand Down Expand Up @@ -38,7 +38,7 @@ version-file = "bumpchanges/_version.py"
legacy_tox_ini = """
[tox]
env_list =
py3.7
py3.8
py3.12
[testenv]
Expand Down

0 comments on commit ee9de62

Please sign in to comment.