Skip to content

Commit

Permalink
Compatibility with Django 5.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinkoz committed Oct 24, 2023
1 parent fe70e3b commit 09c4b9a
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 107 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
max-parallel: 4
matrix:
python-version: ["3.10", "3.11", "3.12"]
django-version: ["==5.0a1"]
django-version: ["==5.0b1"]
psycopg-version: ["psycopg", "psycopg2"]
services:
postgres:
Expand Down

0 comments on commit 09c4b9a

Please sign in to comment.