Skip to content

Commit

Permalink
fixup: 3.10 on Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Aug 21, 2024
1 parent 1b12ea5 commit afec69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ def _get_pythons(self, args):
elif args.compiler == "pypy3":
return (pypy32_config,)
elif args.compiler == "python_alpine":
return (python39_config,)
return (python310_config,)
elif args.compiler == "all_the_cpythons":
return (
python38_config,
Expand Down

0 comments on commit afec69b

Please sign in to comment.