Skip to content

circleci: upgrade Python orb and use pinned python version#200

Open
Rotzbua wants to merge 1 commit intoweb-push-libs:mainfrom
Rotzbua:patch-1
Open

circleci: upgrade Python orb and use pinned python version#200
Rotzbua wants to merge 1 commit intoweb-push-libs:mainfrom
Rotzbua:patch-1

Conversation

@Rotzbua
Copy link
Contributor

@Rotzbua Rotzbua commented Feb 20, 2026

Description

Resolves python problem with circleci:

ERROR: Package 'pywebpush' requires a different Python: 3.8.20 not in '>=3.10'

Changes:

  • upgrade Python orb
  • use pinned python version

Reference: https://circleci.com/developer/orbs/orb/circleci/python?version=4.0.0

Testing

circleci should work and go green.

Issue(s)

None

Copilot AI review requested due to automatic review settings February 20, 2026 22:18
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR upgrades the CircleCI Python orb and pins the Python version to resolve a compatibility issue where the CI was using Python 3.8.20, which doesn't meet the project's requirement of Python >= 3.10.

Changes:

  • Upgraded CircleCI Python orb from version 2.1.1 to 4.0.0
  • Changed executor configuration to use parameterized format with pinned Python version 3.10

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

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.

2 participants