Skip to content

Commit e43d18f

Browse files
authored
Merge pull request #40 from linkml/enable_dynamic_versioning
update python version in GH actions workflows to match requirements in pyproject.toml
2 parents 84ce0eb + 6e2c224 commit e43d18f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python 3.
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.9
18+
python-version: 3.10
1919

2020
- name: Install Poetry
2121
uses: snok/install-poetry@v1

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.9
22+
python-version: 3.10
2323
cache: pip
2424
cache-dependency-path: '**/pyproject.toml'
2525

.github/workflows/qc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [ "3.9", "3.11" ]
14+
python-version: [ "3.10", "3.11" ]
1515
mongodb-version: ['7.0']
1616

1717
steps:

0 commit comments

Comments
 (0)