From e960fc30855fcd0bc129981bbcee8cb9cf31ddfd Mon Sep 17 00:00:00 2001
From: Adam Narozniak <adam@flower.dev>
Date: Wed, 18 Dec 2024 15:08:37 +0100
Subject: [PATCH] Add missing python classifiers

---
 datasets/pyproject.toml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/datasets/pyproject.toml b/datasets/pyproject.toml
index 2d699c5e901b..497f89a2f7ca 100644
--- a/datasets/pyproject.toml
+++ b/datasets/pyproject.toml
@@ -34,6 +34,8 @@ classifiers = [
     "Programming Language :: Python :: 3.9",
     "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",
     "Topic :: Scientific/Engineering",
     "Topic :: Scientific/Engineering :: Artificial Intelligence",