Skip to content

Commit 26d5828

Browse files
committed
Remove version filter in tox file.
1 parent 8d5458b commit 26d5828

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ deps =
3030
pytest-integration
3131
pretend
3232
extras =
33-
# Only include async extra for Python 3.8+
34-
py{38,39,310,311,312}: async
33+
async
3534
setenv =
3635
PYTESTARGS = --cov=functions_framework --cov-branch --cov-report term-missing --cov-fail-under=100
3736
windows-latest: PYTESTARGS =

0 commit comments

Comments
 (0)