Skip to content

Commit 491f705

Browse files
committed
stuff
2 parents e83409c + a89b3c4 commit 491f705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-integrations-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
strategy:
106106
fail-fast: false
107107
matrix:
108-
python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
108+
python-version: ["3.6","3.7","3.8","3.9","3.11","3.12","3.13"]
109109
# python3.6 reached EOL and is no longer being supported on
110110
# new versions of hosted runners on Github Actions
111111
# ubuntu-20.04 is the last version that supported python3.6

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ envlist =
5757
{py3.8,py3.11,py3.12}-asyncpg-latest
5858

5959
# AWS Lambda
60-
{py3.8,py3.10,py3.12,py3.13}-aws_lambda
60+
{py3.8,py3.9,py3.11,py3.13}-aws_lambda
6161

6262
# Beam
6363
{py3.7}-beam-v{2.12}

0 commit comments

Comments
 (0)