From ecc441e27ec89e21b8484604d27df12c8b38fd9f Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Sun, 21 Aug 2022 17:01:14 +0200 Subject: [PATCH] Update required Python version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fcfde7..abd4cd6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An RCON client implementation. * [BattlEye RCon protocol](https://www.battleye.com/downloads/BERConProtocol.txt) ## Requirements -`rcon` requires Python 3.8 or higher. +`rcon` requires Python 3.10 or higher. ## Documentation Documentation is available on [readthedocs](https://rcon.readthedocs.io/en/latest/).