Roll back minimum python version to 3.7

This commit is contained in:
grym 2022-12-17 09:38:23 -05:00
parent f2755e9823
commit f609a8058e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "template"
description = "A Template!"
requires-python = ">=3.9"
requires-python = ">=3.7"
# dependencies = []
dynamic = ["version"]