Skip to content

Commit f76e6fc

Browse files
committed
test(integration): upgrade to python311 runtime
1 parent a9cc77a commit f76e6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/deployment/test_deployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def test_deploy(scaleway_project: str, cli_runner: CliRunner):
9-
runtime = "python310"
9+
runtime = "python311"
1010
res = utils.run_deploy_command(cli_runner, app=app, args=["--runtime", runtime])
1111

1212
assert res.exit_code == 0, res.output

0 commit comments

Comments
 (0)