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',