Skip to content

Commit 908114d

Browse files
committed
Change requires-python to match Docker image constraints
Signed-off-by: Dawid Goslawski <[email protected]>
1 parent 97ca29a commit 908114d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ build-backend = "hatchling.build"
66
name = "function"
77
description = 'A composition function'
88
readme = "README.md"
9-
requires-python = ">=3.11,<3.13"
9+
requires-python = ">=3.11,<3.12"
1010
license = "Apache-2.0"
1111
keywords = []
1212
authors = [{ name = "Crossplane Maintainers", email = "[email protected]" }]
1313
classifiers = [
1414
"Development Status :: 4 - Beta",
1515
"Programming Language :: Python",
1616
"Programming Language :: Python :: 3.11",
17-
"Programming Language :: Python :: 3.12",
1817
]
1918

2019
dependencies = [

0 commit comments

Comments
 (0)