From 93485b80fef2d77134746266936aebdab1f1669b Mon Sep 17 00:00:00 2001 From: Steve Brown Date: Wed, 17 Jun 2026 14:41:49 +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 893ae01..fdd137c 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/psf/black - rev: 26.1.0 + rev: 26.5.1 hooks: - id: black language_version: python3 diff --git a/info.yml b/info.yml index 6bf849d..8576c0e 100644 --- a/info.yml +++ b/info.yml @@ -99,3 +99,4 @@ description: "Flow Production Tracking Integration in Maya" # Required minimum versions for this item to run requires_shotgun_version: requires_core_version: "v0.21.1" +minimum_python_version: "3.9"