From 8d048bab85b804338e00b83c51c83a3b8611be80 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 11 Mar 2023 01:30:09 -0500 Subject: [PATCH] Bump required Python to 3.8 in README for argparse action="extend" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 564691a..d90b55e 100644 --- a/README.md +++ b/README.md @@ -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/)