From b887b31a55a280f5dcb128a2e231dd16f054c342 Mon Sep 17 00:00:00 2001 From: mauwii Date: Tue, 6 May 2025 22:44:37 +0200 Subject: [PATCH 1/3] update required python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c866783..ba9330d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dynamic=["version"] license={file="LICENSE"} name='PyPatchMatch' readme={content-type="text/markdown", file="README.md"} -requires-python=">=3.9,<3.11" +requires-python=">=3.9,<3.13" [project.urls] 'Source Code'='https://github.com/mauwii/PyPatchMatch' From 15554f59cd4f97fa767e0bb66390d110e5ae9288 Mon Sep 17 00:00:00 2001 From: mauwii Date: Tue, 6 May 2025 22:50:44 +0200 Subject: [PATCH 2/3] add new versions to verification job --- .github/workflows/verify-buildability.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/verify-buildability.yml b/.github/workflows/verify-buildability.yml index ce8ac74..c985d99 100644 --- a/.github/workflows/verify-buildability.yml +++ b/.github/workflows/verify-buildability.yml @@ -42,6 +42,8 @@ jobs: python-version: - '3.9' - '3.10' + - '3.11' + - '3.12' os: - windows-latest - ubuntu-latest From 272aac84e30a56d51d078f1a3d206a0faa045ecb Mon Sep 17 00:00:00 2001 From: mauwii Date: Tue, 6 May 2025 23:07:23 +0200 Subject: [PATCH 3/3] increase version --- patchmatch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchmatch/__init__.py b/patchmatch/__init__.py index 70725a3..3d23c33 100644 --- a/patchmatch/__init__.py +++ b/patchmatch/__init__.py @@ -1,3 +1,3 @@ __app_id__ = "mauwii/PyPatchMatch" __app_name__ = "PyPatchMatch" -__version__ = "1.0.1" +__version__ = "1.0.2"