File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,7 @@ jobs:
110110 matrix :
111111 python-version : ["3.10"]
112112 django-version :
113- - " 2.2a1"
114- - " 3.2a1"
115- - " 4.0a1"
113+ - " 4.0"
116114 services :
117115 postgres :
118116 image : postgres
@@ -129,7 +127,7 @@ jobs:
129127 python-version : ${{ matrix.python-version }}
130128 - run : python -m pip install --upgrade pip setuptools wheel
131129 - uses : actions/checkout@v3
132- - run : python -m pip install "psycopg2-binary<2.9" Django~=${{ matrix.django-version }}
130+ - run : python -m pip install "psycopg2-binary<2.9" Django~=${{ matrix.django-version }}a
133131 - run : python setup.py test
134132 env :
135133 DB_PORT : ${{ job.services.postgres.ports[5432] }}
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ classifier =
2121 Topic :: Internet :: WWW/HTTP
2222 Topic :: Internet
2323 Framework :: Django
24- Framework :: Django :: 2.2
25- Framework :: Django :: 3.2
2624 Framework :: Django :: 4.0
2725keywords = django, otp, password, email
2826
You can’t perform that action at this time.
0 commit comments