Skip to content

Commit

Permalink
Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Aug 26, 2023
1 parent 169f9a6 commit 44e1bc3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8, 3.9, 3.10, 3.11]
python-version: ['3.8', '3.9', '3.10', '3.11']
django-requirement:
- Django # latest
- Django==4.2
- Django==3.2
- Django==2.2
- 'Django' # latest
- 'Django==4.2'
- 'Django==3.2'
- 'Django==2.2'
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
Expand Down

0 comments on commit 44e1bc3

Please sign in to comment.