From 01b0485728e149b9bb1f7115d1f7b0b81f6ba374 Mon Sep 17 00:00:00 2001 From: Gideon Date: Thu, 26 Mar 2026 14:23:23 +0100 Subject: [PATCH 1/2] chore(pyproject): remove deprecated license classifier These were deprecated in [PEP 639](https://peps.python.org/pep-0639/#deprecate-license-classifiers) Committed via https://github.com/asottile/all-repos --- pyproject.toml | 1 - tests/bumpsync/pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f00010c..fe0da3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ authors = [ ] requires-python = ">=3.12" classifiers = [ - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", diff --git a/tests/bumpsync/pyproject.toml b/tests/bumpsync/pyproject.toml index 3a92885..f9e6928 100644 --- a/tests/bumpsync/pyproject.toml +++ b/tests/bumpsync/pyproject.toml @@ -13,7 +13,6 @@ authors = [ ] requires-python = ">=3.12" classifiers = [ - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", From 65c066448d642d00cb43f6661cc915860e8abaa8 Mon Sep 17 00:00:00 2001 From: Gideon Date: Thu, 26 Mar 2026 14:28:40 +0100 Subject: [PATCH 2/2] c --- tests/bumpsync/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bumpsync/pyproject.toml b/tests/bumpsync/pyproject.toml index f9e6928..3a92885 100644 --- a/tests/bumpsync/pyproject.toml +++ b/tests/bumpsync/pyproject.toml @@ -13,6 +13,7 @@ authors = [ ] requires-python = ">=3.12" classifiers = [ + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13",