Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 7 commits into from
Feb 11, 2025

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