We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b887770 commit 037d020Copy full SHA for 037d020
2 files changed
.github/workflows/ci.yml
@@ -41,9 +41,14 @@ jobs:
41
- "3.11"
42
- "3.12"
43
- "3.13"
44
+ - "3.14"
45
django-version:
46
- "4.2"
- - "5.1"
47
+ - "5.2"
48
+ - "6.0"
49
+ exclude:
50
+ - python-version: "3.14"
51
+ django-version: "4.2"
52
runs-on: ubuntu-latest
53
steps:
54
- uses: actions/checkout@v6
pyproject.toml
@@ -24,9 +24,11 @@ classifiers = [
24
"Programming Language :: Python :: 3.11",
25
"Programming Language :: Python :: 3.12",
26
"Programming Language :: Python :: 3.13",
27
+ "Programming Language :: Python :: 3.14",
28
"Framework :: Django",
29
"Framework :: Django :: 4.2",
- "Framework :: Django :: 5.1",
30
+ "Framework :: Django :: 5.2",
31
+ "Framework :: Django :: 6.0",
32
"Topic :: Software Development",
33
]
34
requires-python = ">=3.10"
0 commit comments