From b7a06799b851c46dfda7e1f367d904293988f867 Mon Sep 17 00:00:00 2001 From: Peter Lithammer Date: Mon, 7 Oct 2024 22:42:59 +0200 Subject: [PATCH] Add Pythom 3.13 classifier --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d3262d2..275b821 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] keywords = ["jump", "consistent", "hash", "jumphash", "algorithm"]