Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 6665b36

Browse files
committed
remove hard-code to 3.9 in rest constraint
1 parent fb5c1c3 commit 6665b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def showcase_library(
360360
extras = ""
361361
if rest_async_io_enabled:
362362
async_rest_constraints_path = str(
363-
f"{tmp_dir}/testing/constraints-3.9-async-rest.txt"
363+
f"{tmp_dir}/testing/constraints-{session.python}-async-rest.txt"
364364
)
365365
if os.path.exists(async_rest_constraints_path):
366366
# use async-rest constraints if available

0 commit comments

Comments
 (0)