Skip to content

Commit 895255d

Browse files
committed
Add Django 4.1 support
1 parent e5ef4ae commit 895255d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff 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] }}

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifier =
2222
Topic :: Internet
2323
Framework :: Django
2424
Framework :: Django :: 4.0
25+
Framework :: Django :: 4.1
2526
keywords = django, otp, password, email
2627

2728
[options]

0 commit comments

Comments
 (0)