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 5a4fa2f commit 9dad323
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tox_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ jobs:
- python-version: 3.12
django-version: '3.2'

# Exclude Django 5.0 on Python versions below 3.10
- python-version: 3.7
django-version: '5.0'
- python-version: 3.8
django-version: '5.0'
- python-version: 3.9
django-version: '5.0'

steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 9dad323

Please sign in to comment.