Bump required Python to 3.8 in README for argparse action="extend"

This commit is contained in:
Adam Goldsmith 2023-03-11 01:30:09 -05:00
parent 9d14fc7a54
commit 8d048bab85

View File

@ -4,7 +4,7 @@ A check plugin for [Nagios](https://www.nagios.org/)/[Icinga](https://icinga.com
## Requirements ##
- [Python](https://www.python.org/) >= 3.7
- [Python](https://www.python.org/) >= 3.8
- [requests](https://pypi.org/project/requests)
- [nagiosplugin](https://pypi.org/project/nagiosplugin/)