Skip to content

Commit

Permalink
Add python_requires >= 3.9
Browse files Browse the repository at this point in the history
This is in response to #114, which requires importlib.resources.files.
  • Loading branch information
pwaller committed Sep 11, 2023
1 parent 1c96ad9 commit 3b52934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=68.0.0"]
build-backend = "setuptools.build_meta:__legacy__"
build-backend = "setuptools.build_meta:__legacy__"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def get_version():

setup(
name='pyfiglet',
python_requires=">=3.9",
version=get_version(),
description='Pure-python FIGlet implementation',
long_description=open("README.md").read(),
Expand Down

0 comments on commit 3b52934

Please sign in to comment.