Skip to content

[WIP] Update Python version in workflow to 3.8 based on review#71

Merged
elenagonzalez870 merged 2 commits into
elenagonzalez870-patch-2from
copilot/sub-pr-70
Feb 23, 2026
Merged

[WIP] Update Python version in workflow to 3.8 based on review#71
elenagonzalez870 merged 2 commits into
elenagonzalez870-patch-2from
copilot/sub-pr-70

Conversation

Copilot AI commented Feb 23, 2026

Copy link
Copy Markdown
Contributor
  • Update python-package.yml to use Python 3.8
  • Update deploy-github-pages.yml to use Python 3.8 for consistency

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: elenagonzalez870 <52000594+elenagonzalez870@users.noreply.github.com>
Copilot stopped work on behalf of elenagonzalez870 due to an error February 23, 2026 19:04
@elenagonzalez870
elenagonzalez870 marked this pull request as ready for review February 23, 2026 19:10
Copilot AI review requested due to automatic review settings February 23, 2026 19:10
@elenagonzalez870
elenagonzalez870 merged commit 21aa53e into elenagonzalez870-patch-2 Feb 23, 2026
5 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions workflows to run against Python 3.8 for consistency across CI and docs deploy.

Changes:

  • Bump the Python matrix version to 3.8 in the GitHub Pages deploy workflow.
  • Bump the Python matrix version to 3.8 in the unit test workflow.

Reviewed changes

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/deploy-github-pages.yml Updates the workflow matrix to use Python 3.8 during docs build/deploy.
.github/workflows/python-package.yml Updates the workflow matrix to use Python 3.8 during unit test runs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

fail-fast: false
matrix:
python-version: [3.7]
python-version: [3.8]

Copilot AI Feb 23, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider quoting the matrix Python version (e.g., '3.8') so YAML always treats it as a string. This prevents subtle parsing issues if/when the workflow is bumped to 3.10+ (which can be interpreted as 3.1 in some YAML contexts).

Suggested change
python-version: [3.8]
python-version: ['3.8']

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants