File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ jobs:
115115 python-version : ["3.10"]
116116 django-version :
117117 - " 4.0"
118+ - " 4.1"
118119 services :
119120 postgres :
120121 image : postgres
@@ -131,7 +132,7 @@ jobs:
131132 python-version : ${{ matrix.python-version }}
132133 - run : python -m pip install --upgrade pip setuptools wheel
133134 - 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
135136 - run : python setup.py test
136137 env :
137138 DB_PORT : ${{ job.services.postgres.ports[5432] }}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ classifier =
2222 Topic :: Internet
2323 Framework :: Django
2424 Framework :: Django :: 4.0
25+ Framework :: Django :: 4.1
2526keywords = django, otp, password, email
2627
2728[options]
You can’t perform that action at this time.
0 commit comments