From 9728a5340f7bfe0837c8ebef51ede53d1383c6f8 Mon Sep 17 00:00:00 2001 From: realpython-bot <42617967+realpython-bot@users.noreply.github.com> Date: Sat, 19 Sep 2026 06:27:48 +0000 Subject: [PATCH] Sync python-sockets-tutorial with the maintenance update of Socket Programming in Python (Guide) --- python-sockets-tutorial/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sockets-tutorial/README.md b/python-sockets-tutorial/README.md index bf0ee68ef4..df0bc3e01a 100644 --- a/python-sockets-tutorial/README.md +++ b/python-sockets-tutorial/README.md @@ -4,7 +4,7 @@ This is the source code for [Socket Programming in Python (Guide)](https://realp ## Requirements -- [Python](https://www.python.org/) 3.6 or later. +- [Python](https://www.python.org/) 3.14 or later. ## License