Skip to content

Commit

Permalink
Merge pull request #250 from lsst-sqre/tickets/DM-44444b
Browse files Browse the repository at this point in the history
DM-44444: Use Python 3.12 for GitHub actions
  • Loading branch information
rra authored May 30, 2024
2 parents 9fc97b5 + 1b86cab commit f28dc15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- name: Run pre-commit
uses: pre-commit/[email protected]
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run tox
uses: lsst-sqre/run-tox@v1
with:
python-version: "3.11"
python-version: "3.12"
tox-envs: "docs,docs-linkcheck"

# Only attempt documentation uploads for tagged releases and pull
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Build and publish
uses: lsst-sqre/build-and-publish-to-pypi@v2
with:
python-version: "3.11"
python-version: "3.12"
upload: false

pypi:
Expand All @@ -123,4 +123,4 @@ jobs:

- uses: lsst-sqre/build-and-publish-to-pypi@v2
with:
python-version: "3.11"
python-version: "3.12"
4 changes: 2 additions & 2 deletions .github/workflows/periodic-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build docs in tox
uses: lsst-sqre/run-tox@v1
with:
python-version: "3.11"
python-version: "3.12"
tox-envs: "docs,docs-linkcheck"
use-cache: false

Expand All @@ -80,7 +80,7 @@ jobs:
- name: Build and publish
uses: lsst-sqre/build-and-publish-to-pypi@v2
with:
python-version: "3.11"
python-version: "3.12"
upload: false

- name: Report status
Expand Down

0 comments on commit f28dc15

Please sign in to comment.