From 2696bd67825c832a78d83daec9e34acba5a2dd99 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 17 May 2025 10:06:50 +0100 Subject: update tests to use new default python version --- tests/test_integration.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test_integration.py') diff --git a/tests/test_integration.py b/tests/test_integration.py index ed44d86..d601a64 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -61,13 +61,13 @@ class IntegrationTests(unittest.TestCase): cases = [ ( get_python_version_body, - "3.12\n", + "3.13\n", "test default executable is used when executable_path not specified", ), ( get_python_version_body - | {"executable_path": "/snekbin/python/3.12/bin/python"}, - "3.12\n", + | {"executable_path": "/snekbin/python/3.13/bin/python"}, + "3.13\n", "test default executable is used when explicitly set", ), ( -- cgit v1.2.3