-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #250 from lsst-sqre/tickets/DM-44444b
DM-44444: Use Python 3.12 for GitHub actions
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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 | ||
|
@@ -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: | ||
|
@@ -123,4 +123,4 @@ jobs: | |
|
||
- uses: lsst-sqre/build-and-publish-to-pypi@v2 | ||
with: | ||
python-version: "3.11" | ||
python-version: "3.12" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters