Skip to content

Add CI pipeline configuration for testing with multiple Python versions#2

Merged
drache42 merged 7 commits intomainfrom
dev/ci-cd
Feb 11, 2025
Merged

Add CI pipeline configuration for testing with multiple Python versions#2
drache42 merged 7 commits intomainfrom
dev/ci-cd

Conversation

@drache42
Copy link
Owner

This pull request introduces a new CI pipeline configuration for the project. The most important changes include setting up a GitHub Actions workflow to run tests on multiple Python versions.

CI Pipeline setup:

  • .github/workflows/python-app.yml: Added a new CI pipeline configuration that triggers on pull requests to the main branch, runs on ubuntu-latest, and tests across Python versions 3.9 to 3.13. It includes steps for checking out the code, setting up Python, installing Poetry, installing dependencies, and running tests using pytest.

@drache42 drache42 merged commit 3aeb206 into main Feb 11, 2025
5 checks passed
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.

1 participant