Skip to content

Commit

Permalink
Merge pull request #40 from linkml/enable_dynamic_versioning
Browse files Browse the repository at this point in the history
update python version in GH actions workflows to match requirements in pyproject.toml
  • Loading branch information
cmungall authored Mar 6, 2025
2 parents 84ce0eb + 6e2c224 commit e43d18f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python 3.
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.10
cache: pip
cache-dependency-path: '**/pyproject.toml'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.9", "3.11" ]
python-version: [ "3.10", "3.11" ]
mongodb-version: ['7.0']

steps:
Expand Down

0 comments on commit e43d18f

Please sign in to comment.