From b6e1df1b975e7beabce9d5096cfefcfe62400c24 Mon Sep 17 00:00:00 2001 From: Alexander Druz Date: Thu, 14 Nov 2024 11:10:02 +0100 Subject: [PATCH 1/2] Add 3.12 to supported Python versions in readme --- README-PyPI.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-PyPI.md b/README-PyPI.md index 6ffc19cb..a57fb806 100644 --- a/README-PyPI.md +++ b/README-PyPI.md @@ -12,7 +12,7 @@ Get started by installing Spotlight and loading your first dataset. #### What you'll need -- [Python](https://www.python.org/downloads/) version 3.8-3.11 +- [Python](https://www.python.org/downloads/) version 3.8-3.12 #### Install Spotlight via [pip](https://packaging.python.org/en/latest/key_projects/#pip) diff --git a/README.md b/README.md index 1ab0270b..68d76678 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Get started by installing Spotlight and loading your first dataset. #### What you'll need -- [Python](https://www.python.org/downloads/) version 3.8-3.11 +- [Python](https://www.python.org/downloads/) version 3.8-3.12 #### Install Spotlight via [pip](https://packaging.python.org/en/latest/key_projects/#pip) From 3aa0007e99240d6b85a9364f34ccd73e66fea859 Mon Sep 17 00:00:00 2001 From: Alexander Druz Date: Thu, 14 Nov 2024 11:18:55 +0100 Subject: [PATCH 2/2] Update PyPI classifiers --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 472937d0..d052b864 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ "ai", ] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Framework :: FastAPI", "Intended Audience :: Developers", "Intended Audience :: Science/Research", @@ -23,8 +23,8 @@ classifiers = [ "Intended Audience :: Information Technology", "Natural Language :: English", "Operating System :: POSIX :: Linux", - "Operating System :: Microsoft", - "Operating System :: MacOS :: MacOS X", + "Operating System :: Microsoft :: Windows", + "Operating System :: MacOS", "Programming Language :: JavaScript", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence",