Skip to content

Commit 72d5fe1

Browse files
committed
removing python 2.7 from CI and local testing
1 parent c282acc commit 72d5fe1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
matrix:
1212
os:
1313
- ubuntu-latest
14-
python: [ 2.7, 3.7 ]
1514
splunk-version:
1615
- "8.0"
1716
- "latest"
@@ -35,7 +34,7 @@ jobs:
3534
- name: Setup Python
3635
uses: actions/setup-python@v2
3736
with:
38-
python-version: ${{ matrix.python }}
37+
python-version: 3.7
3938
- name: Install tox
4039
run: pip install tox
4140
- name: Test Execution

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ docs:
3434
.PHONY: test
3535
test:
3636
@echo "$(ATTN_COLOR)==> test $(NO_COLOR)"
37-
@tox -e py27,py37
37+
@tox -e py37
3838

3939
.PHONY: test_specific
4040
test_specific:

0 commit comments

Comments
 (0)