Skip to content

Commit

Permalink
Declare supported Python versions in dist meta
Browse files Browse the repository at this point in the history
Resolvelib is not maintained for Python prior to 3.7.
It was pointed out in sarugaku#116.

Resolves sarugaku#122
  • Loading branch information
OlenaYefymenko committed Mar 17, 2023
1 parent 60ef91e commit f5a62e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ package_dir =
packages = find:
include_package_data = true
zip_safe = false
python_requires = >=2.7, !=3.0, !=3.1, !=3.2, !=3.3, !=3.4, !=3.5, !=3.6

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

0 comments on commit f5a62e7

Please sign in to comment.