diff --git a/pyproject.toml b/pyproject.toml index e4339e1..ac781fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "requirements-detector" -version = "1.2.2" +version = "1.3.0" authors = ["Landscape.io "] classifiers = [ 'Development Status :: 5 - Production/Stable', @@ -13,6 +13,7 @@ classifiers = [ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'License :: OSI Approved :: MIT License', ] license = "MIT"