Skip to content

Commit

Permalink
update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
yaghoubi committed Nov 26, 2024
1 parent 2820a91 commit ab7cd8c
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions .github/workflows/tox_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,8 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: [3.7, 3.8, 3.9, 3.11, 3.12]
django-version: ['3.2', '4.1', '5.0']
include:
# Python 3.7 only with Django 3.2
- python-version: 3.7
django-version: '3.2'

# Python 3.8 with Django 3.2 and 4.2
- python-version: 3.8
django-version: '3.2'
- python-version: 3.8
django-version: '4.2'


# Python 3.9 with Django 3.2 and 4.2
- python-version: 3.9
django-version: '3.2'
- python-version: 3.9
django-version: '4.2'

# Python 3.11, 3.12 with Django 5.0
- python-version: 3.11
django-version: '5.0'
- python-version: 3.12
django-version: '5.0'
python-version: [3.12]
django-version: ['5.0']

steps:
- name: Checkout Code
Expand Down

0 comments on commit ab7cd8c

Please sign in to comment.