Skip to content

Commit 3c39470

Browse files
remove 3.14t from deactivating integrations
1 parent 36a736b commit 3c39470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ envlist =
2424
{py3.6,py3.8,py3.10,py3.11,py3.12}-gevent
2525

2626
# === Integration Deactivation ===
27-
{py3.9,py3.10,py3.11,py3.12,py3.13,py3.14,py3.14t}-integration_deactivation
27+
{py3.9,py3.10,py3.11,py3.12,py3.13,py3.14}-integration_deactivation
2828

2929
# === Integrations ===
3030

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ envlist =
2424
{py3.6,py3.8,py3.10,py3.11,py3.12}-gevent
2525

2626
# === Integration Deactivation ===
27-
{py3.9,py3.10,py3.11,py3.12,py3.13,py3.14,py3.14t}-integration_deactivation
27+
{py3.9,py3.10,py3.11,py3.12,py3.13,py3.14}-integration_deactivation
2828

2929
# === Integrations ===
3030

0 commit comments

Comments
 (0)