From fea6d935558d1258e28046ba538cf200d9ae3d45 Mon Sep 17 00:00:00 2001 From: Samuel Date: Mon, 25 May 2026 10:45:12 -0400 Subject: [PATCH] Update Python version to 3.14 in pyproject.toml En lien avec https://github.com/dvd-dev/hilo/issues/958 --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a238bd..755c066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ disallow_untyped_defs = true follow_imports = "silent" ignore_missing_imports = true no_implicit_optional = true -python_version = "3.11" +python_version = "3.14" show_error_codes = true strict_equality = true warn_incomplete_stub = true @@ -59,6 +59,9 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ]