Skip to content

Commit 15fa2d2

Browse files
committed
beam
1 parent fe62214 commit 15fa2d2

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
strategy:
116116
fail-fast: false
117117
matrix:
118-
python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12"]
118+
python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
119119
# python3.6 reached EOL and is no longer being supported on
120120
# new versions of hosted runners on Github Actions
121121
# ubuntu-20.04 is the last version that supported python3.6

scripts/populate_tox/populate_tox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"asgi",
5050
"asyncpg",
5151
"aws_lambda",
52-
"beam",
5352
"boto3",
5453
"bottle",
5554
"celery",

tox.ini

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,13 @@ envlist =
296296
{py3.8,py3.11,py3.12}-ariadne-v0.24.0
297297

298298

299+
# ~~~ Tasks ~~~
300+
{py3.7,py3.12,py3.13}-beam-v2.18.0
301+
{py3.7,py3.12,py3.13}-beam-v2.32.0
302+
{py3.7,py3.12,py3.13}-beam-v2.46.0
303+
{py3.9,py3.12,py3.13}-beam-v2.61.0
304+
305+
299306

300307
[testenv]
301308
deps =
@@ -734,6 +741,13 @@ deps =
734741
ariadne: httpx
735742

736743

744+
# ~~~ Tasks ~~~
745+
beam-v2.18.0: apache-beam==2.18.0
746+
beam-v2.32.0: apache-beam==2.32.0
747+
beam-v2.46.0: apache-beam==2.46.0
748+
beam-v2.61.0: apache-beam==2.61.0
749+
750+
737751

738752
setenv =
739753
PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)