Skip to content

Commit 02fa492

Browse files
committed
minor: bump minimum python to 3.9
1 parent 2b8b71a commit 02fa492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
platform: [ ubuntu-latest, macos-13 ]
10-
python-version: ["3.8", "3.9", "3.10", "3.11"]
10+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1111

1212
runs-on: ${{ matrix.platform }}
1313
steps:

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

0 commit comments

Comments
 (0)