Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
removing the old version of python, 3.6, and 3.7
  • Loading branch information
karen-avetisyan-mc authored Feb 19, 2024
1 parent 4177b42 commit b123310
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
strategy:
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
include:
Expand All @@ -35,6 +33,7 @@ jobs:
python-version: '${{ matrix.python-version }}'
- name: Install dependencies
run: |
pip install --upgrade pip
pip3 install -r requirements.txt
pip3 install .
pip3 install coverage
Expand Down

0 comments on commit b123310

Please sign in to comment.