Skip to content

Commit

Permalink
Exclude 3.13 builds from unsupported Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
j4mie committed Jan 20, 2025
1 parent 2de272a commit 3dd1843
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
django: "5.0"
- python: "3.9"
django: "5.1"
- python: "3.13"
django: "4.2"
- python: "3.13"
django: "5.0"
database_url:
- postgres://runner:password@localhost/project
- mysql://root:[email protected]/project
Expand Down

0 comments on commit 3dd1843

Please sign in to comment.