Skip to content

Commit

Permalink
Updating build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Aug 9, 2024
1 parent 571cc9b commit a81a35f
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,30 +41,15 @@ jobs:
DJANGO_DATABASE_PASSWORD_MYSQL: root
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
django-version:
- '>=5.0,<6.0'
- '>=4.2,<5.0'
- '>=4.1,<4.2'
- '>=4.0,<4.1'
- '>=3.2,<4.0'
exclude:
- python-version: 3.9
django-version: '>=5.0,<6.0'
- python-version: 3.8
django-version: '>=5.0,<6.0'
- python-version: 3.7
django-version: '>=5.0,<6.0'
- python-version: 3.7
django-version: '>=4.2,<5.0'
- python-version: 3.7
django-version: '>=4.1,<4.2'
- python-version: 3.7
django-version: '>=4.0,<4.1'
- python-version: '3.11'
django-version: '>=3.2,<4.0'
- python-version: '3.11'
django-version: '>=4.0,<4.1'
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit a81a35f

Please sign in to comment.