Skip to content

Commit 2e6e817

Browse files
committed
chore: remove upstream py37 from GHW
1 parent 4410f6c commit 2e6e817

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/ci_tests.yaml

-20
Original file line numberDiff line numberDiff line change
@@ -64,26 +64,6 @@ jobs:
6464
env:
6565
TOXENV: ${{ matrix.category }}
6666
run: tox -- -vv
67-
upstream-py37:
68-
runs-on: ubuntu-latest
69-
strategy:
70-
fail-fast: true
71-
matrix:
72-
category:
73-
- nocmk
74-
- test-upstream-requirements-py37
75-
steps:
76-
- uses: actions/checkout@v3
77-
- uses: actions/setup-python@v4
78-
with:
79-
python-version: 3.7
80-
- run: |
81-
python -m pip install --upgrade pip
82-
pip install --upgrade -r dev_requirements/ci-requirements.txt
83-
- name: run test
84-
env:
85-
TOXENV: ${{ matrix.category }}
86-
run: tox -- -vv
8767
upstream-py311:
8868
runs-on: ubuntu-latest
8969
strategy:

0 commit comments

Comments
 (0)