Skip to content

Commit

Permalink
Set minimum python version to 3.7
Browse files Browse the repository at this point in the history
Required to satisfy the reqs of voluptuous 0.14.0 which now uses type annotations,
a python 3.7+ feature.
  • Loading branch information
Remi Delmas authored and tautschnig committed Jun 25, 2024
1 parent f435f3f commit 26c7aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install_requires =
jinja2
setuptools
voluptuous
python_requires = >=3.6
python_requires = >=3.7

[options.packages.find]
where = src
Expand Down

0 comments on commit 26c7aa7

Please sign in to comment.