Skip to content

Commit 8c932f2

Browse files
committed
Add support for python 3.14
1 parent ea3b9ef commit 8c932f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
37-
- uses: astral-sh/setup-uv@v5
37+
- run: pip install uv
3838
- run: uv pip install --system tox tox-uv
3939
- run: tox -f py$(echo ${{ matrix.python-version }} | tr -d .)
4040
- uses: codecov/codecov-action@v4

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ envlist =
33
py{39,310,311}-dj42
44
py{310,311,312}-dj50
55
py{310,311,312,313}-dj51
6-
py{310,311,312,313}-dj52
7-
py{312,313}-dj60
6+
py{310,311,312,313,3.14}-dj52
7+
py{312,313,3.14}-dj60
88
skipsdist = True
99

1010
[testenv]

0 commit comments

Comments
 (0)