Skip to content

Commit

Permalink
ci: update supported django/python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xi committed Feb 5, 2025
1 parent 6592fd5 commit fa1213f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
matrix:
include:
- python: '3.9'
django: '3.2'
- python: '3.12'
django: '4.2'
- python: '3.12'
django: '5.1'
- python: '3.13'
django: '5.2a1'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit fa1213f

Please sign in to comment.