Skip to content

Commit fcb4a60

Browse files
committed
Try the SDK with Python 3.14
1 parent 7339704 commit fcb4a60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requires =
1818
virtualenv<20.26.3
1919
envlist =
2020
# === Common ===
21-
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-common
21+
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13,py3.14}-common
2222

2323
# === Gevent ===
2424
{py3.6,py3.8,py3.10,py3.11,py3.12}-gevent
@@ -870,6 +870,7 @@ basepython =
870870
py3.11: python3.11
871871
py3.12: python3.12
872872
py3.13: python3.13
873+
py3.14: python3.14
873874

874875
# Python version is pinned here because flake8 actually behaves differently
875876
# depending on which version is used. You can patch this out to point to

0 commit comments

Comments
 (0)