Change requires-python to match Docker image constraints

Signed-off-by: Dawid Goslawski <dawid.goslawski@vonage.com>
This commit is contained in:
Dawid Gosławski 2024-11-28 10:17:30 +01:00 committed by Dawid Goslawski
parent 97ca29aac3
commit 908114d59d
No known key found for this signature in database
GPG Key ID: 9002C450BD01C6F2
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 = [