From 20e32a378dd5d9500364027cc9e4356171f0733b Mon Sep 17 00:00:00 2001 From: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:07:13 -0800 Subject: [PATCH] chore: remove python3.8 from validate tests (#7645) --- tests/integration/validate/test_validate_command.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/validate/test_validate_command.py b/tests/integration/validate/test_validate_command.py index 1b9ba31fc4..97a872a204 100644 --- a/tests/integration/validate/test_validate_command.py +++ b/tests/integration/validate/test_validate_command.py @@ -180,7 +180,6 @@ def test_lint_supported_runtimes(self): "provided", "provided.al2", "provided.al2023", - "python3.8", "python3.9", "python3.10", "python3.11",