File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ jobs:
115
115
python-version : ["3.10"]
116
116
django-version :
117
117
- " 4.0"
118
+ - " 4.1"
118
119
services :
119
120
postgres :
120
121
image : postgres
@@ -131,7 +132,7 @@ jobs:
131
132
python-version : ${{ matrix.python-version }}
132
133
- run : python -m pip install --upgrade pip setuptools wheel
133
134
- uses : actions/checkout@v3
134
- - run : python -m pip install "psycopg2-binary<2.9" Django~=${{ matrix.django-version }}a
135
+ - run : python -m pip install "psycopg2-binary<2.9" Django~=${{ matrix.django-version }}.0
135
136
- run : python setup.py test
136
137
env :
137
138
DB_PORT : ${{ job.services.postgres.ports[5432] }}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ classifier =
22
22
Topic :: Internet
23
23
Framework :: Django
24
24
Framework :: Django :: 4.0
25
+ Framework :: Django :: 4.1
25
26
keywords = django, otp, password, email
26
27
27
28
[options]
You can’t perform that action at this time.
0 commit comments