Skip to content

Commit

Permalink
[devel] Add python_requires = >= 3.8 (#1206) (#1212)
Browse files Browse the repository at this point in the history
(cherry picked from commit 69e8c1a)

Co-authored-by: Wong Hoi Sing Edison <hswong3i@gmail.com>
  • Loading branch information
Shrews and hswong3i committed Mar 2, 2023
1 parent 334c607 commit 3df9421
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ description_file = README.md
description_content_type = text/markdown
license_file = LICENSE.md

[options]
python_requires = >=3.8

[entry_points]
console_scripts =
ansible-runner = ansible_runner.__main__:main
Expand Down

0 comments on commit 3df9421

Please sign in to comment.