From cc25c7e0669a5a6f95f0a873394c5a36f628506f Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Tue, 17 Sep 2024 07:13:40 +0000 Subject: [PATCH] Update config/config-package.py Co-authored-by: Michael Howitz --- config/config-package.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/config-package.py b/config/config-package.py index 66d75fa..594d662 100755 --- a/config/config-package.py +++ b/config/config-package.py @@ -492,8 +492,9 @@ def tests_yml(self): gha_test_commands = self.gh_option('test-commands') require_cffi = self.meta_cfg.get( 'c-code', {}).get('require-cffi', False) - py_version_matrix = [x for x in zip(supported_python_versions(False), - supported_python_versions(True))] + py_version_matrix = [ + x for x in zip(supported_python_versions(short_version=False), + supported_python_versions(short_version=True))] self.copy_with_meta( 'tests.yml.j2', workflows / 'tests.yml',