Skip to content

Commit 7c5a854

Browse files
committed
Enable testing for Python 3.14 free threading in tox
1 parent 5263edc commit 7c5a854

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tox.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ uv_seed = true
5151
skip_missing_interpreters = false
5252
envlist =
5353
# Linux Core Agent Test Suite
54-
{linux,linux_arm64}-agent_features-{py38,py39,py310,py311,py312,py313,py314}-{with,without}_extensions,
54+
{linux,linux_arm64}-agent_features-{py38,py39,py310,py311,py312,py313,py314,py314t}-{with,without}_extensions,
5555
{linux,linux_arm64}-agent_features-pypy311-without_extensions,
56-
{linux,linux_arm64}-agent_streaming-{py38,py39,py310,py311,py312,py313,py314}-protobuf06-{with,without}_extensions,
56+
{linux,linux_arm64}-agent_streaming-{py38,py39,py310,py311,py312,py313,py314,py314t}-protobuf06-{with,without}_extensions,
5757
{linux,linux_arm64}-agent_streaming-py39-protobuf{03,0319,04,05}-{with,without}_extensions,
58-
{linux,linux_arm64}-agent_unittests-{py38,py39,py310,py311,py312,py313,py314}-{with,without}_extensions,
58+
{linux,linux_arm64}-agent_unittests-{py38,py39,py310,py311,py312,py313,py314,py314t}-{with,without}_extensions,
5959
{linux,linux_arm64}-agent_unittests-pypy311-without_extensions,
60-
{linux,linux_arm64}-cross_agent-{py38,py39,py310,py311,py312,py313,py314}-{with,without}_extensions,
60+
{linux,linux_arm64}-cross_agent-{py38,py39,py310,py311,py312,py313,py314,py314t}-{with,without}_extensions,
6161
{linux,linux_arm64}-cross_agent-pypy311-without_extensions,
6262

6363
# Windows Core Agent Test Suite
@@ -213,11 +213,11 @@ envlist =
213213
[testenv]
214214
deps =
215215
# Base Dependencies
216-
{py39,py310,py311,py312,py313,py314,pypy311}: pytest==8.4.1
216+
{py39,py310,py311,py312,py313,py314,py314t,pypy311}: pytest==8.4.1
217217
py38: pytest==8.3.5
218-
{py39,py310,py311,py312,py313,py314,pypy311}: WebTest==3.0.6
218+
{py39,py310,py311,py312,py313,py314,py314t,pypy311}: WebTest==3.0.6
219219
py38: WebTest==3.0.1
220-
py313,py314: legacy-cgi==2.6.1 # cgi was removed from the stdlib in 3.13, and is required for WebTest
220+
py313,py314,py314t: legacy-cgi==2.6.1 # cgi was removed from the stdlib in 3.13, and is required for WebTest
221221
iniconfig
222222
coverage
223223

0 commit comments

Comments
 (0)