From 3c54a308c0aa8bb42536151d20fb92043e31b9b0 Mon Sep 17 00:00:00 2001 From: Andrew Snare Date: Mon, 4 Nov 2024 15:18:48 +0100 Subject: [PATCH] Mark python 3.13 as supported now that all tests pass. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2e299ed..d0fc7e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", ] dependencies = ["databricks-sdk>=0.16.0"]