Skip to content

Commit b0a638b

Browse files
committed
.
1 parent ab5d812 commit b0a638b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-integrations-cloud.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.6","3.7","3.8","3.9","3.10","3.11","3.12","3.13","3.14"]
32+
python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ envlist =
2929
{py3.7,py3.12,py3.13,py3.14}-asgi
3030

3131
# AWS Lambda
32-
{py3.8,py3.9,py3.11,py3.13,py3.14}-aws_lambda
32+
{py3.8,py3.9,py3.11,py3.13}-aws_lambda
3333

3434
# Cloud Resource Context
35-
{py3.6,py3.12,py3.13,py3.14}-cloud_resource_context
35+
{py3.6,py3.12,py3.13}-cloud_resource_context
3636

3737
# GCP
3838
{py3.7}-gcp

0 commit comments

Comments
 (0)