Skip to content

Commit

Permalink
Minimum supported Python version is 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Feb 4, 2024
1 parent f19cc71 commit fde4aec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Expand Up @@ -37,7 +37,7 @@ maintainer_email = pylons-discuss@googlegroups.com
package_dir=
=src
packages=find:
python_requires = >=3.7.0
python_requires = >=3.8.0

[options.entry_points]
paste.server_runner =
Expand All @@ -58,7 +58,6 @@ docs =
Sphinx>=1.8.1
docutils
pylons-sphinx-themes>=1.0.9
importlib-metadata; python_version < "3.8"

[tool:pytest]
python_files = test_*.py
Expand Down

0 comments on commit fde4aec

Please sign in to comment.