Skip to content

Commit

Permalink
remove python2 from github workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 27, 2023
1 parent a70d75d commit 776ec26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/srt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 776ec26

Please sign in to comment.