Skip to content

Commit e9b2376

Browse files
authored
chore!: Bump minimum Python version to 3.10 (#122)
1 parent ef2381e commit e9b2376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "async-tiff"
7-
requires-python = ">=3.9"
7+
requires-python = ">=3.10"
88
dependencies = ["obspec>=0.1.0-beta.3"]
99
dynamic = ["version"]
1010
classifiers = [

0 commit comments

Comments
 (0)