We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c562a1f + 908114d commit a63e997Copy full SHA for a63e997
pyproject.toml
@@ -6,15 +6,14 @@ build-backend = "hatchling.build"
6
name = "function"
7
description = 'A composition function'
8
readme = "README.md"
9
-requires-python = ">=3.11,<3.13"
+requires-python = ">=3.11,<3.12"
10
license = "Apache-2.0"
11
keywords = []
12
authors = [{ name = "Crossplane Maintainers", email = "[email protected]" }]
13
classifiers = [
14
"Development Status :: 4 - Beta",
15
"Programming Language :: Python",
16
"Programming Language :: Python :: 3.11",
17
- "Programming Language :: Python :: 3.12",
18
]
19
20
dependencies = [
0 commit comments