diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 0ca10c2d1..d066856e3 100755 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -9,7 +9,7 @@ The PyLops project strives to create a library that is easy to install in any environment and has a very limited number of dependencies. Required dependencies are limited to: -* Python 3.9 or greater +* Python 3.10 or greater * `NumPy `_ * `SciPy `_ diff --git a/environment.yml b/environment.yml index 86be65b17..4e8370c4d 100644 --- a/environment.yml +++ b/environment.yml @@ -2,6 +2,6 @@ name: pylops channels: - defaults dependencies: - - python>=3.9.0 + - python>=3.11.0 - numpy>=1.21.0 - scipy>=1.14.0 diff --git a/pyproject.toml b/pyproject.toml index 6144f6e29..06ac6f428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,9 +24,9 @@ classifiers = [ "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: Mathematics", ] dependencies = [