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 9483e52 commit 9edb665Copy full SHA for 9edb665
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
- "3.11"
18
- "3.12"
19
- "3.13"
20
+ - "3.14"
21
tox-env:
22
- "dj42" # LTS
23
- "dj50"
@@ -57,10 +58,10 @@ jobs:
57
58
steps:
59
- uses: actions/checkout@v4
60
- - name: Set up Python 3.13
61
+ - name: Set up Python 3.14
62
uses: actions/setup-python@v5
63
with:
- python-version: '3.13'
64
+ python-version: '3.14'
65
66
- name: Install tox and flake8 packages
67
run: pip install tox tox-gh-actions flake8
setup.py
@@ -23,6 +23,7 @@
"Programming Language :: Python :: 3.11",
24
"Programming Language :: Python :: 3.12",
25
"Programming Language :: Python :: 3.13",
26
+ "Programming Language :: Python :: 3.14",
27
]
28
29
0 commit comments