Skip to content

Commit 1068830

Browse files
committed
huey
1 parent c4dab11 commit 1068830

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
lines changed

.github/workflows/test-integrations-tasks.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.10","3.11","3.12","3.13"]
32+
python-version: ["3.7","3.8","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/populate_tox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"graphene",
6565
"grpc",
6666
"httpx",
67-
"huey",
6867
"huggingface_hub",
6968
"langchain",
7069
"langchain_notiktoken",

scripts/populate_tox/tox.jinja

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ envlist =
121121
{py3.9,py3.11,py3.12}-httpx-v{0.25,0.27}
122122
{py3.9,py3.12,py3.13}-httpx-latest
123123

124-
# Huey
125-
{py3.6,py3.11,py3.12}-huey-v{2.0}
126-
{py3.6,py3.12,py3.13}-huey-latest
127-
128124
# Huggingface Hub
129125
{py3.9,py3.12,py3.13}-huggingface_hub-{v0.22}
130126
{py3.9,py3.12,py3.13}-huggingface_hub-latest
@@ -442,10 +438,6 @@ deps =
442438
httpx-v0.27: httpx~=0.27.0
443439
httpx-latest: httpx
444440
445-
# Huey
446-
huey-v2.0: huey~=2.0.0
447-
huey-latest: huey
448-
449441
# Huggingface Hub
450442
huggingface_hub-v0.22: huggingface_hub~=0.22.2
451443
huggingface_hub-latest: huggingface_hub

tox.ini

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ envlist =
121121
{py3.9,py3.11,py3.12}-httpx-v{0.25,0.27}
122122
{py3.9,py3.12,py3.13}-httpx-latest
123123

124-
# Huey
125-
{py3.6,py3.11,py3.12}-huey-v{2.0}
126-
{py3.6,py3.12,py3.13}-huey-latest
127-
128124
# Huggingface Hub
129125
{py3.9,py3.12,py3.13}-huggingface_hub-{v0.22}
130126
{py3.9,py3.12,py3.13}-huggingface_hub-latest
@@ -285,6 +281,11 @@ envlist =
285281
{py3.7,py3.10,py3.11}-dramatiq-v1.15.0
286282
{py3.8,py3.12,py3.13}-dramatiq-v1.17.1
287283

284+
{py3.6,py3.7}-huey-v2.2.0
285+
{py3.6,py3.7}-huey-v2.3.2
286+
{py3.6,py3.10,py3.11}-huey-v2.4.5
287+
{py3.6,py3.11,py3.12}-huey-v2.5.2
288+
288289

289290
# ~~~ Web 1 ~~~
290291
{py3.6,py3.7,py3.8}-flask-v1.1.4
@@ -470,10 +471,6 @@ deps =
470471
httpx-v0.27: httpx~=0.27.0
471472
httpx-latest: httpx
472473

473-
# Huey
474-
huey-v2.0: huey~=2.0.0
475-
huey-latest: huey
476-
477474
# Huggingface Hub
478475
huggingface_hub-v0.22: huggingface_hub~=0.22.2
479476
huggingface_hub-latest: huggingface_hub
@@ -722,6 +719,11 @@ deps =
722719
dramatiq-v1.15.0: dramatiq==1.15.0
723720
dramatiq-v1.17.1: dramatiq==1.17.1
724721

722+
huey-v2.2.0: huey==2.2.0
723+
huey-v2.3.2: huey==2.3.2
724+
huey-v2.4.5: huey==2.4.5
725+
huey-v2.5.2: huey==2.5.2
726+
725727

726728
# ~~~ Web 1 ~~~
727729
flask-v1.1.4: flask==1.1.4

0 commit comments

Comments
 (0)