chore(deps): update python to >=3.13,<3.14

This commit is contained in:
renovate[bot] 2025-06-09 20:35:31 +00:00 committed by GitHub
parent a63e997b12
commit a8f1aa53ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "function" name = "function"
description = 'A composition function' description = 'A composition function'
readme = "README.md" readme = "README.md"
requires-python = ">=3.11,<3.12" requires-python = ">=3.13,<3.14"
license = "Apache-2.0" license = "Apache-2.0"
keywords = [] keywords = []
authors = [{ name = "Crossplane Maintainers", email = "info@crossplane.io" }] authors = [{ name = "Crossplane Maintainers", email = "info@crossplane.io" }]