From 798927274d2cfdb0142e5a4457a682bf706cd8ba Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 22 Oct 2024 10:45:57 -0400 Subject: [PATCH] fix: adds missing version 12 for bundle --- packages/bundle/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/bundle/pyproject.toml b/packages/bundle/pyproject.toml index d0ed6fc..96c1400 100644 --- a/packages/bundle/pyproject.toml +++ b/packages/bundle/pyproject.toml @@ -16,6 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12" "License :: OSI Approved :: MIT License", ] homepage = "https://github.com/microsoft/kiota#readme"