Skip to content

Commit 77af647

Browse files
authored
Merge branch 'master' into codespell
2 parents 029f90a + 16513cb commit 77af647

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
max-parallel: 6
3434
matrix:
35-
python-version: ["3.11", "3.12", "3.13"]
35+
python-version: ["3.11", "3.12", "3.13", "3.14"]
3636
django-version: ["5.2.5"]
3737
broker: ["redis", "fakeredis", "valkey"]
3838
include:
@@ -76,6 +76,7 @@ jobs:
7676
with:
7777
cache-dependency-path: uv.lock
7878
python-version: "${{ matrix.python-version }}"
79+
allow-prereleases: true
7980

8081
- name: Install django version
8182
shell: bash

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.11",
3333
"Programming Language :: Python :: 3.12",
3434
"Programming Language :: Python :: 3.13",
35+
"Programming Language :: Python :: 3.14",
3536
"Framework :: Django",
3637
"Framework :: Django :: 5.0",
3738
"Framework :: Django :: 5.1",

0 commit comments

Comments
 (0)