Skip to content

Commit

Permalink
fix: remove python 3.7 & 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Puchkov committed May 7, 2024
1 parent de76258 commit cc3ce48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.tox
.coverage
*/__pycache__/*
*.pyc
venv
dist
*.egg-info
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
[tox]
envlist =
checks
py3{7,8,9,10,11,12}
py3{9,10,11,12}
isolated_build = True
skip_missing_interpreters = True

[gh-actions]
python =
# setuptools >=62 needs Python >=3.7
3.7: py37,check
3.8: py38
3.9: py39
3.10: py310
3.11: py311
Expand Down

0 comments on commit cc3ce48

Please sign in to comment.