Skip to content

Commit fe1c9d0

Browse files
Add support for python 3.14
1 parent bd40897 commit fe1c9d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
python-version: ["3.10", "3.11", "3.12", "3.13"]
42+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4343
django-version: ["5.0", "5.1", "5.2", "-main"]
4444

4545
steps:
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
matrix:
78-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
78+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
7979
django-version: ["4.0", "4.1", "4.2"]
8080

8181
steps:
@@ -127,7 +127,7 @@ jobs:
127127
runs-on: ubuntu-latest
128128
strategy:
129129
matrix:
130-
python-version: ["3.12"]
130+
python-version: ["3.13"]
131131

132132
steps:
133133
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- published
77

88
env:
9-
DEFAULT_PYTHON: 3.12
9+
DEFAULT_PYTHON: 3.13
1010

1111
jobs:
1212
release-pypi:

0 commit comments

Comments
 (0)