Skip to content

Commit

Permalink
feat: Do not attempt to support 3.7 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Aug 14, 2024
1 parent d12a246 commit 58adad0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,11 @@ asyncio_mode = "auto"
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py37,py38,py39,py310,py311,py312,py312-minimum-requirements,py313
envlist = py38,py39,py310,py311,py312,py312-minimum-requirements,py313
skipsdist = True
[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
Expand Down

0 comments on commit 58adad0

Please sign in to comment.