From bdae90eccaea96fcebe8c10f682923300556654b Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Fri, 2 Jan 2026 14:25:54 -0800 Subject: [PATCH] allow python 3.14 and bump ver. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 96e5f60..61a289f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "contact" -version = "1.4.7" +version = "1.4.8" description = "This Python curses client for Meshtastic is a terminal-based client designed to manage device settings, enable mesh chat communication, and handle configuration backups and restores." authors = [ {name = "Ben Lipsey",email = "ben@pdxlocations.com"} ] license = "GPL-3.0-only" readme = "README.md" -requires-python = ">=3.9,<3.14" +requires-python = ">=3.9,<4.0" dependencies = [ "meshtastic (>=2.6.0,<3.0.0)" ]