From 6f63e3b44e1d4fa3d8abaf7a351a4af20221dab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Gos=C5=82awski?= <50369002+dg-nvm@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:17:30 +0100 Subject: [PATCH] Change requires-python to match Docker image constraints --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb2c9dc..b7a8f2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [