Skip to content

Commit

Permalink
Merge pull request #4530 from branfosj/remove-py35
Browse files Browse the repository at this point in the history
do not run unit tests on Python 3.5
  • Loading branch information
ocaisa committed May 10, 2024
2 parents a9ef0d2 + 7553dcd commit e4524c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eb_command.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
python: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/unit_tests.yml
Expand Up @@ -37,8 +37,6 @@ jobs:
lc_all: [""]
include:
# Test different Python 3 versions with Lmod 8.x
- python: 3.5
modules_tool: ${{needs.setup.outputs.lmod8}}
- python: 3.7
modules_tool: ${{needs.setup.outputs.lmod8}}
- python: 3.8
Expand Down

0 comments on commit e4524c1

Please sign in to comment.