Merge pull request #97 from dg-nvm/patch-1

Change requires-python to match Docker image constraints
This commit is contained in:
Nic Cope 2025-06-09 13:35:05 -07:00 committed by GitHub
commit a63e997b12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "function"
description = 'A composition function'
readme = "README.md"
requires-python = ">=3.11,<3.13"
requires-python = ">=3.11,<3.12"
license = "Apache-2.0"
keywords = []
authors = [{ name = "Crossplane Maintainers", email = "info@crossplane.io" }]
@ -14,7 +14,6 @@ classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [