Skip to content

Commit

Permalink
exclude Python 3.9 and django 5
Browse files Browse the repository at this point in the history
  • Loading branch information
peymanslh committed Dec 15, 2023
1 parent 5f9acd4 commit f376ec1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,19 @@ jobs:
- python-version: '3.8'
django-version: '4.2'
- python-version: '3.8'
django-version: '5.0'
- python-version: '3.8'
django-version: 'main'
- python-version: '3.9'
django-version: '5.0'
- python-version: '3.9'
django-version: 'main'
- python-version: 'pypy-3.10'
django-version: '4.1'
- python-version: 'pypy-3.10'
django-version: '4.2'
- python-version: 'pypy-3.10'
django-version: '5.0'
- python-version: 'pypy-3.10'
django-version: 'main'
- python-version: '3.10'
Expand All @@ -32,10 +40,6 @@ jobs:
django-version: '3.2'
- python-version: '3.12'
django-version: '4.1'
- python-version: '3.8'
django-version: '5.0'
- python-version: '3.9'
django-version: '5.0'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f376ec1

Please sign in to comment.