From 3e8b69aafc23164df81c87dd272e6d772d6926bf Mon Sep 17 00:00:00 2001 From: Matt Seymour Date: Fri, 20 Jun 2025 20:19:31 +0100 Subject: [PATCH] Update python supported version Pre-empt python 3.14 support. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ec6c768..75ed8e7 100644 --- a/setup.py +++ b/setup.py @@ -45,5 +45,6 @@ setup( "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ], )