Skip to content

Commit a63e997

Browse files
authored
Merge pull request #97 from dg-nvm/patch-1
Change requires-python to match Docker image constraints
2 parents c562a1f + 908114d commit a63e997

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)