Skip to content

Commit 00a2797

Browse files
committed
update CI matrices and classifiers
1 parent 675c2ab commit 00a2797

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
id: sp
5959
with:
6060
python-version: ${{ matrix.python-version }}
61+
allow-prereleases: true
6162

6263
- name: Install Just
6364
uses: extractions/setup-just@v3

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
id: sp
144144
with:
145145
python-version: ${{ matrix.python-version }}
146+
allow-prereleases: true
146147

147148
- name: Setup Just
148149
uses: extractions/setup-just@v3
@@ -224,7 +225,7 @@ jobs:
224225
id: sp
225226
with:
226227
python-version: ${{ matrix.python-version }}
227-
228+
allow-prereleases: true
228229
- name: Setup Just
229230
uses: extractions/setup-just@v3
230231
- name: Install uv

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ classifiers = [
2727
"Topic :: Software Development :: Libraries :: Python Modules",
2828
"Development Status :: 5 - Production/Stable",
2929
"Framework :: Django :: 4.2",
30-
"Framework :: Django :: 5.0",
31-
"Framework :: Django :: 5.1",
3230
"Framework :: Django :: 5.2",
3331
"Framework :: Django :: 6.0",
3432
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)