From 633cfd8cdedc17bd841f9f078bb5b78094498ec1 Mon Sep 17 00:00:00 2001 From: Jitterbug <3130448+JuniorIsAJitterbug@users.noreply.github.com> Date: Tue, 14 Jan 2025 19:28:37 +0000 Subject: [PATCH] Bump python dep to <3.14 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4926762..69dda55 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1680,5 +1680,5 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" -python-versions = ">=3.10,<3.13" -content-hash = "6f4c5618ebe83e63e29e53847beb983ec9971a30c066182eef0a9ed1514ffcb2" +python-versions = ">=3.10,<3.14" +content-hash = "433fecb041ad5c52b87fe1371806a874ea37023a513a7b7ff635db6750e33822" diff --git a/pyproject.toml b/pyproject.toml index a20d908..ac62ae4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ repository = "https://github.com/JuniorIsAJitterbug/tbc-video-export" keywords = ["vhs-decode", "ld-decode", "cvbs-decode", "tbc", "rf capture"] [tool.poetry.dependencies] -python = ">=3.10,<3.13" +python = ">=3.10,<3.14" pywin32 = [{ version = "^306", platform = "win32", source = "pypi" }] typing-extensions = "^4.10.0"