Skip to content

Commit fa8fdd3

Browse files
committed
build: drop support for python 3.9 and add support for 3.11 and 3.12
1 parent ce7e357 commit fa8fdd3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The PyLops project strives to create a library that is easy to install in
99
any environment and has a very limited number of dependencies.
1010
Required dependencies are limited to:
1111

12-
* Python 3.9 or greater
12+
* Python 3.10 or greater
1313
* `NumPy <http://www.numpy.org>`_
1414
* `SciPy <http://www.scipy.org/scipylib/index.html>`_
1515

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: pylops
22
channels:
33
- defaults
44
dependencies:
5-
- python>=3.9.0
5+
- python>=3.11.0
66
- numpy>=1.21.0
77
- scipy>=1.14.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ classifiers = [
2424
"Natural Language :: English",
2525
"Operating System :: OS Independent",
2626
"Programming Language :: Python :: 3 :: Only",
27-
"Programming Language :: Python :: 3.8",
28-
"Programming Language :: Python :: 3.9",
2927
"Programming Language :: Python :: 3.10",
28+
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
3030
"Topic :: Scientific/Engineering :: Mathematics",
3131
]
3232
dependencies = [

0 commit comments

Comments
 (0)