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 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" 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'