Skip to content

Commit 125267f

Browse files
committed
chore: Remove py3.14 tests for Dj4.2 and Dj5.1
1 parent f9b2cf4 commit 125267f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
python-version: 3.10
3030
- requirements-file: django-6.0.txt
3131
python-version: 3.11
32+
- requirements-file: django-4.2.txt
33+
python-version: 3.14
34+
- requirements-file: django-5.1.txt
35+
python-version: 3.14
3236

3337
steps:
3438
- uses: actions/checkout@v1

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"django>=3.2",
2020
"django-polymorphic",
2121
"easy-thumbnails[svg]",
22-
22+
2323
# Pin svglib to a version below 1.6.0.
2424
# The latest version (1.6.0) adds pycairo as a dependency,
2525
# which requires system-level libraries and fails to install in the container.
@@ -35,17 +35,18 @@ classifiers = [
3535
"Operating System :: OS Independent",
3636
"Programming Language :: Python",
3737
"Programming Language :: Python :: 3",
38-
"Programming Language :: Python :: 3.8",
39-
"Programming Language :: Python :: 3.9",
4038
"Programming Language :: Python :: 3.10",
4139
"Programming Language :: Python :: 3.11",
4240
"Programming Language :: Python :: 3.12",
41+
"Programming Language :: Python :: 3.13",
42+
"Programming Language :: Python :: 3.14",
4343
"Framework :: Django",
4444
"Framework :: Django :: 3.2",
4545
"Framework :: Django :: 4.2",
4646
"Framework :: Django :: 5.0",
4747
"Framework :: Django :: 5.1",
4848
"Framework :: Django :: 5.2",
49+
"Framework :: Django :: 6.0",
4950
"Framework :: Django CMS",
5051
"Framework :: Django CMS :: 3.11",
5152
"Framework :: Django CMS :: 4.0",

0 commit comments

Comments
 (0)