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 #116.

Resolves #122

Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
  • Loading branch information
OlenaYefymenko and pradyunsg authored Mar 17, 2023
1 parent f5a62e7 commit 6f851bf
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 @@ -26,7 +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
python_requires = >=3.7

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

0 comments on commit 6f851bf

Please sign in to comment.