Skip to content

Commit 9edb665

Browse files
committed
Add support for Python 3.14
1 parent 9483e52 commit 9edb665

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- "3.11"
1818
- "3.12"
1919
- "3.13"
20+
- "3.14"
2021
tox-env:
2122
- "dj42" # LTS
2223
- "dj50"
@@ -57,10 +58,10 @@ jobs:
5758
steps:
5859
- uses: actions/checkout@v4
5960

60-
- name: Set up Python 3.13
61+
- name: Set up Python 3.14
6162
uses: actions/setup-python@v5
6263
with:
63-
python-version: '3.13'
64+
python-version: '3.14'
6465

6566
- name: Install tox and flake8 packages
6667
run: pip install tox tox-gh-actions flake8

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
2525
"Programming Language :: Python :: 3.13",
26+
"Programming Language :: Python :: 3.14",
2627
]
2728

2829

0 commit comments

Comments
 (0)