Skip to content

Commit 72c6ed7

Browse files
.
1 parent ab521f6 commit 72c6ed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-integrations-integration-deactivation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python-version: [3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.14t]
32+
python-version: ["3.9","3.10","3.11","3.12","3.13","3.14","3.14t"]
3333
# python3.6 reached EOL and is no longer being supported on
3434
# new versions of hosted runners on Github Actions
3535
# ubuntu-20.04 is the last version that supported python3.6

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,py3.14t}-integration_deactivation
2828

2929
# === Integrations ===
3030

0 commit comments

Comments
 (0)