From 6040d353b41c154e4ebc137a97182355ed4da5c7 Mon Sep 17 00:00:00 2001 From: Tom White Date: Wed, 5 Jun 2024 17:32:07 +0100 Subject: [PATCH] Change development status to beta (#474) --- README.md | 4 +--- pyproject.toml | 5 ++++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 47299556..76c83c5c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Cubed -**_Note: this is a proof-of-concept, and many things are incomplete or don't work._** - ## Bounded-memory serverless distributed N-dimensional array processing Cubed is a distributed N-dimensional array library implemented in Python using bounded-memory serverless processing and Zarr for storage. @@ -19,4 +17,4 @@ Cubed is a distributed N-dimensional array library implemented in Python using b [Cubed: Bounded-memory serverless array processing in xarray](https://xarray.dev/blog/cubed-xarray) -[Optimizing Cubed](https://medium.com/pangeo/optimizing-cubed-7a0b8f65f5b7) \ No newline at end of file +[Optimizing Cubed](https://medium.com/pangeo/optimizing-cubed-7a0b8f65f5b7) diff --git a/pyproject.toml b/pyproject.toml index eb3f635a..fa1a2418 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,12 +12,15 @@ license = {text = "Apache License 2.0"} description = "Bounded-memory serverless distributed N-dimensional array processing" readme = {file = "README.md", content-type = "text/markdown"} classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] requires-python = ">=3.9" dependencies = [