Skip to content

Commit 5b3e031

Browse files
committed
Remove testing from python36
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 900d7c0 commit 5b3e031

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci-pytest.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
max-parallel: 4
1111
matrix:
1212
# Python 3.9 not supported until next scancode-toolkit version
13-
python-version: [3.6, 3.7, 3.8]
13+
python-version: [3.7, 3.8]
1414

1515
steps:
1616
- name: Checkout code
@@ -22,8 +22,7 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323

2424
- name: Configure Plugin and Install Dependencies
25-
run: ./configure --dev
25+
run: ./configure --dev
2626

2727
- name: Run tests
2828
run: venv/bin/pytest -vvs tests
29-

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# We use Azure to run the full tests suites on Python 3.6 -> 3.10
2+
# We use Azure to run the full tests suites on Python 3.7 -> 3.11
33
# on Linux
44
################################################################################
55

0 commit comments

Comments
 (0)