From 8354cc7fa0d44feca0b385f6b9d951a78828bf23 Mon Sep 17 00:00:00 2001 From: ThomasLecocq Date: Wed, 7 Feb 2024 12:24:37 +0100 Subject: [PATCH] revert , obspy not ready: remove 3.9 and add 3.12 py tests --- .github/workflows/test_full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_full.yml b/.github/workflows/test_full.yml index 6aaaa766..8fd0ee2f 100644 --- a/.github/workflows/test_full.yml +++ b/.github/workflows/test_full.yml @@ -10,7 +10,7 @@ jobs: !contains(github.event.head_commit.message, '+NOFULLTEST') strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11'] os: [ubuntu-latest, macos-latest, windows-latest] include: - os: ubuntu-latest