From d3aea24d554e60d7241d5470cb8a2f1f69e0c606 Mon Sep 17 00:00:00 2001 From: Adam Narozniak <51029327+adam-narozniak@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:28:45 +0100 Subject: [PATCH] feat(datasets) Add missing Python classifiers (#4743) --- 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",