From 887a0cc4992ec753b54dabdf51969a21ca82de45 Mon Sep 17 00:00:00 2001 From: Steve Brown Date: Wed, 17 Jun 2026 14:46:24 +0100 Subject: [PATCH] SG-43666 Drop Python 3.7 support Set minimum_python_version to 3.9 in info.yml. Co-Authored-By: Claude Sonnet 4.6 --- .pre-commit-config.yaml | 2 +- info.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d131423..4b802be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: trailing-whitespace # Leave black at the bottom so all touchups are done before it is run. - repo: https://github.com/ambv/black - rev: 26.1.0 + rev: 26.5.1 hooks: - id: black language_version: python3 diff --git a/info.yml b/info.yml index 1eddff0..cc7cc2c 100644 --- a/info.yml +++ b/info.yml @@ -75,6 +75,7 @@ description: "Flow Production Tracking Integration for VRED" # Required minimum versions for this item to run requires_shotgun_version: requires_core_version: "v0.19.18" +minimum_python_version: "3.9" frameworks: - {"name": "tk-framework-lmv", "version": "v1.x.x"}