Skip to content

Conversation

@appsefilepro-cell
Copy link

This pull request adds a new GitHub Actions workflow to automate Python package testing and linting. The workflow is configured to run on pushes and pull requests to the main branch, and it sets up a matrix to test across multiple Python versions.

Continuous Integration workflow:

  • Added .github/workflows/python-package.yml to run automated tests and linting with pytest and flake8 on Python 3.9, 3.10, and 3.11 for pushes and pull requests to the main branch.This workflow installs Python dependencies, runs tests, and lints code with multiple Python versions.

This workflow installs Python dependencies, runs tests, and lints code with multiple Python versions.
@python-cla-bot
Copy link

python-cla-bot bot commented Feb 3, 2026

All commit authors signed the Contributor License Agreement.

CLA signed

@bedevere-app
Copy link

bedevere-app bot commented Feb 3, 2026

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@AA-Turner AA-Turner closed this Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants