Skip to content

Commit

Permalink
Fix merge artifact. Ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
evz committed Nov 14, 2024
1 parent 8d17499 commit 3f85354
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,8 @@ jobs:
- 5432:5432
strategy:
matrix:
<<<<<<< Updated upstream
python-version: ['3.9', '3.10', '3.11', '3.12']
django-series: ['3.2', '4.0', '4.2']
=======
python-version: ['3.7', '3.8', '3.12']
django-series: ['4.2', '5.1']
>>>>>>> Stashed changes
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 3f85354

Please sign in to comment.