Skip to content

Commit

Permalink
Use Python 3.12 for coverage testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Jan 14, 2025
1 parent 700debe commit be11e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- { os: macos-latest , opt_req: false }
env: # used by codecov-action
OS: ${{ matrix.os }}
PYTHON: '3.13'
PYTHON: '3.12' # TODO: Update to 3.13 when linkml and its deps support 3.13
steps:
- name: Checkout repo with submodules
uses: actions/checkout@v4
Expand Down

0 comments on commit be11e80

Please sign in to comment.