Skip to content

Commit d57ec14

Browse files
authored
Remove python 3.7 support from tests (#146)
* remove python 3.7 support from tests * change bash binary directory to alias in github actions
1 parent 551d287 commit d57ec14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10"]
14+
python-version: ["3.8", "3.9", "3.10"]
1515

1616
steps:
1717
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ commands =
1919
2020
[testenv:examples]
2121
changedir = examples
22-
allowlist_externals = /bin/bash
22+
allowlist_externals = bash
2323
2424
deps = -rexamples/requirements.txt
2525

0 commit comments

Comments
 (0)