Skip to content

Commit

Permalink
Drop python<=3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gentooboontoo committed Nov 19, 2023
1 parent d1d02c6 commit 01649cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def run_tests(self):
author_email=about['__email__'],
license=about['__license__'],
platforms="Any",
python_requires=">=3.6",
python_requires=">=3.8",
packages=find_packages(),
provides=['pygal'],
scripts=["pygal_gen.py"],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38,py39,pypy
envlist = py38,py39,py310,py311,py312,pypy

[testenv]
deps =
Expand Down

0 comments on commit 01649cb

Please sign in to comment.