Skip to content

Commit 24ed03c

Browse files
authored
Increase the required python version to <3.13 (#9)
* update required python version * add new versions to verification job * increase version
1 parent 6eed571 commit 24ed03c

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/verify-buildability.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
python-version:
4343
- '3.9'
4444
- '3.10'
45+
- '3.11'
46+
- '3.12'
4547
os:
4648
- windows-latest
4749
- ubuntu-latest

patchmatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__app_id__ = "mauwii/PyPatchMatch"
22
__app_name__ = "PyPatchMatch"
3-
__version__ = "1.0.1"
3+
__version__ = "1.0.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dynamic=["version"]
1616
license={file="LICENSE"}
1717
name='PyPatchMatch'
1818
readme={content-type="text/markdown", file="README.md"}
19-
requires-python=">=3.9,<3.11"
19+
requires-python=">=3.9,<3.13"
2020

2121
[project.urls]
2222
'Source Code'='https://github.com/mauwii/PyPatchMatch'

0 commit comments

Comments
 (0)