Skip to content

Commit

Permalink
update python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDavid committed Jan 21, 2025
1 parent 92f372b commit ed72333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.12.8

- name: "Install Python dependencies"
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
run: pip install wheel
- name: Build wheel
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Build sdist
run: python setup.py sdist
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ed72333

Please sign in to comment.