From 776ec267dac9a48b746f3a22d1bf4031e0da8b80 Mon Sep 17 00:00:00 2001 From: James Edwards Date: Mon, 27 Nov 2023 11:12:13 -0700 Subject: [PATCH] remove python2 from github workflow tests --- .github/workflows/srt.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/srt.yml b/.github/workflows/srt.yml index 4cdd5665a89..6faf1d19050 100644 --- a/.github/workflows/srt.yml +++ b/.github/workflows/srt.yml @@ -18,7 +18,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [2.7, 3.8] + # python 2.7 has been removed + python-version: [3.8, 3.10] env: CC: mpicc FC: mpifort