From dd10742de86121a77b11bf9f5583ee00cca70386 Mon Sep 17 00:00:00 2001 From: Viktor Petersson Date: Sun, 1 Feb 2026 10:41:03 +0100 Subject: [PATCH 1/2] Bump version to 0.13 - Update version from 0.12 to 0.13 - Remove Python 3.10 classifier (requires-python is now >=3.11) Co-Authored-By: Claude Opus 4.5 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f98c0ac..e955414 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sbomify-action" -version = "0.12" +version = "0.13" description = "Generate, augment, enrich, and manage SBOMs in your CI/CD pipeline" authors = [{ name = "sbomify", email = "hello@sbomify.com" }] requires-python = ">=3.11" @@ -15,7 +15,6 @@ classifiers = [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", From 108c8b6fcf5cbec11051f25f41d392996d5a1913 Mon Sep 17 00:00:00 2001 From: Viktor Petersson Date: Sun, 1 Feb 2026 10:42:43 +0100 Subject: [PATCH 2/2] Rebuild lock file --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 7101e37..0cef9de 100644 --- a/uv.lock +++ b/uv.lock @@ -1450,7 +1450,7 @@ wheels = [ [[package]] name = "sbomify-action" -version = "0.12" +version = "0.13" source = { editable = "." } dependencies = [ { name = "conan" },