Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linkml/prefixmaps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 038de557a73d751fe3d97be6cb1bd058c8346bc6
Choose a base ref
..
head repository: linkml/prefixmaps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fe92db4acc59ba85dec5d36af5b94c9e5a0ea429
Choose a head ref
Showing with 139 additions and 46 deletions.
  1. +1 −1 .github/workflows/main.yaml
  2. +138 −42 poetry.lock
  3. +0 −3 pyproject.toml
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.12", "3.11", "3.9" ]
python-version: [ "3.12", "3.11", "3.8" ]

steps:

Loading