Skip to content

Commit e4524c1

Browse files
authored
Merge pull request #4530 from branfosj/remove-py35
do not run unit tests on Python 3.5
2 parents a9ef0d2 + 7553dcd commit e4524c1

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/eb_command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
strategy:
1616
matrix:
17-
python: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
17+
python: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
1818
fail-fast: false
1919
steps:
2020
- uses: actions/checkout@v3

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
strategy:
1515
matrix:
16-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
16+
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
1717

1818
steps:
1919
- uses: actions/checkout@v3

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
lc_all: [""]
3838
include:
3939
# Test different Python 3 versions with Lmod 8.x
40-
- python: 3.5
41-
modules_tool: ${{needs.setup.outputs.lmod8}}
4240
- python: 3.7
4341
modules_tool: ${{needs.setup.outputs.lmod8}}
4442
- python: 3.8

0 commit comments

Comments
 (0)