Skip to content

Commit

Permalink
Removing python 3.6 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena committed Nov 22, 2024
1 parent 4748e8d commit bcb3656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.8, 3.9]
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
- name: Formatting and Linting
run: make -C $FOLDER lint
- name: Tests
run: make -C $FOLDER test
run: make -C $FOLDER test

0 comments on commit bcb3656

Please sign in to comment.