From 5bf553313bf0cd88a8ba62dfaa0e16be27efeca1 Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Thu, 5 Dec 2024 13:08:59 -0500 Subject: [PATCH] Update README.md with Python 3.12 incompatibility --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c91d1c..b183f51 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Python 3 or 2.7 needs to be installed on your OpenVPN server. +Currently, this plugin is not compatible with Python 3.12. Note that this is the default Python version for Ubuntu 24.04. + ## TLS 1.2 and 1.3 Support The OpenVPN plugin uses Python's ssl module and OpenSSL for TLS operations. Python versions 2.7 (and higher) and 3.5 (and higher) have both TLS 1.2 and TLS 1.3 support.