Skip to content

Commit

Permalink
Update setup.cfg to get back support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored Dec 18, 2023
1 parent 022a16f commit 67f948f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers =
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand All @@ -34,7 +35,7 @@ install_requires =
pyyaml
requests
importlib-resources>=1.3;python_version<"3.9"
python_requires = >=3.8
python_requires = >=3.7
package_dir =
=src
zip_safe = True
Expand Down

0 comments on commit 67f948f

Please sign in to comment.