Skip to content

Commit 5c05100

Browse files
committed
falcon
1 parent 7ed6109 commit 5c05100

File tree

5 files changed

+31
-41
lines changed

5 files changed

+31
-41
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","3.13"]
118+
python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12"]
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

.github/workflows/test-integrations-web-2.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.11","3.12","3.13"]
32+
python-version: ["3.6","3.8","3.9","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/populate_tox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"common",
5858
"cloud_resource_context",
5959
"django",
60-
"falcon",
60+
"dramatiq",
6161
"fastapi",
6262
"flask",
6363
"gcp",

scripts/populate_tox/tox.jinja

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ envlist =
100100
{py3.10,py3.11,py3.12}-django-v{5.0,5.1}
101101
{py3.10,py3.12,py3.13}-django-latest
102102

103-
# Falcon
104-
{py3.6,py3.7}-falcon-v{1,1.4,2}
105-
{py3.6,py3.11,py3.12}-falcon-v{3}
106-
{py3.8,py3.11,py3.12}-falcon-v{4}
107-
{py3.7,py3.11,py3.12}-falcon-latest
103+
# dramatiq
104+
{py3.6,py3.9}-dramatiq-v{1.13}
105+
{py3.7,py3.10,py3.11}-dramatiq-v{1.15}
106+
{py3.8,py3.11,py3.12}-dramatiq-v{1.17}
107+
{py3.8,py3.11,py3.12}-dramatiq-latest
108108

109109
# FastAPI
110110
{py3.7,py3.10}-fastapi-v{0.79}
@@ -423,13 +423,11 @@ deps =
423423
django-v5.1: Django==5.1rc1
424424
django-latest: Django
425425
426-
# Falcon
427-
falcon-v1.4: falcon~=1.4.0
428-
falcon-v1: falcon~=1.0
429-
falcon-v2: falcon~=2.0
430-
falcon-v3: falcon~=3.0
431-
falcon-v4: falcon~=4.0
432-
falcon-latest: falcon
426+
# dramatiq
427+
dramatiq-v1.13: dramatiq>=1.13,<1.14
428+
dramatiq-v1.15: dramatiq>=1.15,<1.16
429+
dramatiq-v1.17: dramatiq>=1.17,<1.18
430+
dramatiq-latest: dramatiq
433431
434432
# FastAPI
435433
fastapi: httpx

tox.ini

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ envlist =
100100
{py3.10,py3.11,py3.12}-django-v{5.0,5.1}
101101
{py3.10,py3.12,py3.13}-django-latest
102102

103-
# Falcon
104-
{py3.6,py3.7}-falcon-v{1,1.4,2}
105-
{py3.6,py3.11,py3.12}-falcon-v{3}
106-
{py3.8,py3.11,py3.12}-falcon-v{4}
107-
{py3.7,py3.11,py3.12}-falcon-latest
103+
# dramatiq
104+
{py3.6,py3.9}-dramatiq-v{1.13}
105+
{py3.7,py3.10,py3.11}-dramatiq-v{1.15}
106+
{py3.8,py3.11,py3.12}-dramatiq-v{1.17}
107+
{py3.8,py3.11,py3.12}-dramatiq-latest
108108

109109
# FastAPI
110110
{py3.7,py3.10}-fastapi-v{0.79}
@@ -294,17 +294,14 @@ envlist =
294294
{py3.8,py3.11,py3.12}-ariadne-v0.24.0
295295

296296

297-
# ~~~ Tasks ~~~
298-
{py3.6,py3.12,py3.13}-dramatiq-v1.8.1
299-
{py3.6,py3.12,py3.13}-dramatiq-v1.11.0
300-
{py3.7,py3.12,py3.13}-dramatiq-v1.14.2
301-
{py3.8,py3.12,py3.13}-dramatiq-v1.17.1
302-
303-
304297
# ~~~ Web 2 ~~~
305298
{py3.6,py3.7}-bottle-v0.12.25
306299
{py3.6,py3.8,py3.9}-bottle-v0.13.2
307300

301+
{py3.6,py3.12,py3.13}-falcon-v3.0.1
302+
{py3.6,py3.12,py3.13}-falcon-v3.1.3
303+
{py3.8,py3.12,py3.13}-falcon-v4.0.2
304+
308305

309306

310307
[testenv]
@@ -436,13 +433,11 @@ deps =
436433
django-v5.1: Django==5.1rc1
437434
django-latest: Django
438435

439-
# Falcon
440-
falcon-v1.4: falcon~=1.4.0
441-
falcon-v1: falcon~=1.0
442-
falcon-v2: falcon~=2.0
443-
falcon-v3: falcon~=3.0
444-
falcon-v4: falcon~=4.0
445-
falcon-latest: falcon
436+
# dramatiq
437+
dramatiq-v1.13: dramatiq>=1.13,<1.14
438+
dramatiq-v1.15: dramatiq>=1.15,<1.16
439+
dramatiq-v1.17: dramatiq>=1.17,<1.18
440+
dramatiq-latest: dramatiq
446441

447442
# FastAPI
448443
fastapi: httpx
@@ -746,18 +741,15 @@ deps =
746741
ariadne: httpx
747742

748743

749-
# ~~~ Tasks ~~~
750-
dramatiq-v1.8.1: dramatiq==1.8.1
751-
dramatiq-v1.11.0: dramatiq==1.11.0
752-
dramatiq-v1.14.2: dramatiq==1.14.2
753-
dramatiq-v1.17.1: dramatiq==1.17.1
754-
755-
756744
# ~~~ Web 2 ~~~
757745
bottle-v0.12.25: bottle==0.12.25
758746
bottle-v0.13.2: bottle==0.13.2
759747
bottle: werkzeug<2.1.0
760748

749+
falcon-v3.0.1: falcon==3.0.1
750+
falcon-v3.1.3: falcon==3.1.3
751+
falcon-v4.0.2: falcon==4.0.2
752+
761753

762754

763755
setenv =

0 commit comments

Comments
 (0)