Skip to content

Commit

Permalink
DX: run macos job on Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jun 22, 2023
1 parent 5818aec commit aad99d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: ComPWA/actions/.github/workflows/pytest.yml@v1
with:
coverage-target: repoma
macos-python-version: "3.7"
macos-python-version: "3.9"
specific-pip-packages: ${{ inputs.specific-pip-packages }}
style:
if: inputs.specific-pip-packages == ''
Expand Down
2 changes: 1 addition & 1 deletion src/repoma/check_dev_files/github_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def __update_pytest_section(
if os.path.exists(CONFIG_PATH.codecov):
with_section["coverage-target"] = __get_package_name()
if not no_macos:
with_section["macos-python-version"] = DoubleQuotedScalarString("3.7")
with_section["macos-python-version"] = DoubleQuotedScalarString("3.9")
if skip_tests:
with_section["skipped-python-versions"] = " ".join(skip_tests)
output_path = f"{test_dir}/output/"
Expand Down

0 comments on commit aad99d7

Please sign in to comment.