Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Blanca-Fuentes committed Jan 14, 2025
1 parent 3505af3 commit c870019
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
<<<<<<< HEAD
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
=======
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
>>>>>>> upstream/develop
steps:
- uses: actions/checkout@v4
- name: Setup up Python ${{ matrix.python-version }}
Expand All @@ -165,11 +161,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
<<<<<<< HEAD
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
=======
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
>>>>>>> upstream/develop
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit c870019

Please sign in to comment.