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", 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" },