diff --git a/pyproject.toml b/pyproject.toml index 8050c9d..30ec3a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,11 +10,13 @@ authors = [ ] readme = "README.md" license = "MIT" -requires-python = ">=3.9" +requires-python = ">=3.10" classifiers = [ "Development Status :: 2 - Pre-Alpha", - "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", "Intended Audience :: Science/Research", ]