From 7ef5cfd2156fdcf2c6fbd01f2f46d72d14b0602f Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 3 Dec 2024 12:29:33 -0600 Subject: [PATCH] 1.1.2 metadata --- docs/changelog.md | 4 ++++ pyproject.toml | 16 ++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index ee4f2446..04b90951 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 1.1.2 - 3 December 2024 + +- release that supports Python 3.13 on all supported platforms (thanks @energynumbers for help with Windows!) + ## 1.1.0 - 28 July 2024 - add jaccard_similarity thanks to Niklas von Moers (@NiklasvonM) (#214) diff --git a/pyproject.toml b/pyproject.toml index 5efd6eff..95c7d848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,15 +4,15 @@ build-backend = "maturin" [project] name = "jellyfish" -requires-python = ">=3.7" +requires-python = ">=3.8" classifiers = [ - "Programming Language :: Rust", - "Programming Language :: Python :: Implementation :: CPython", - "Programming Language :: Python :: Implementation :: PyPy", - "License :: OSI Approved :: MIT License", - "Operating System :: OS Independent", - "Development Status :: 5 - Production/Stable", - "Intended Audience :: Developers", + "Programming Language :: Rust", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", ] [project.urls]