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:
110
110
matrix :
111
111
python-version : ["3.10"]
112
112
django-version :
113
- - " 2.2a1"
114
- - " 3.2a1"
115
- - " 4.0a1"
113
+ - " 4.0"
116
114
services :
117
115
postgres :
118
116
image : postgres
@@ -129,7 +127,7 @@ jobs:
129
127
python-version : ${{ matrix.python-version }}
130
128
- run : python -m pip install --upgrade pip setuptools wheel
131
129
- 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
133
131
- run : python setup.py test
134
132
env :
135
133
DB_PORT : ${{ job.services.postgres.ports[5432] }}
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ classifier =
21
21
Topic :: Internet :: WWW/HTTP
22
22
Topic :: Internet
23
23
Framework :: Django
24
- Framework :: Django :: 2.2
25
- Framework :: Django :: 3.2
26
24
Framework :: Django :: 4.0
27
25
keywords = django, otp, password, email
28
26
You can’t perform that action at this time.
0 commit comments