Skip to content

Commit d1c1aa8

Browse files
committed
Drop Django EOL versions from CI suite
1 parent 8d3634e commit d1c1aa8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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] }}

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2725
keywords = django, otp, password, email
2826

0 commit comments

Comments
 (0)