We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: We're missing a tox config to test the project across Python 3.8 to 3.12, leading to potential compatibility issues.
tox
Solution:
tox.ini
pytest
pytest-cov
Outcome: Automated, consistent testing across all supported Python versions.
The text was updated successfully, but these errors were encountered:
🔧 chore: Add-tox-config
eab9ef7
- Test with different python versions Closes(sageteamorg#44)
No branches or pull requests
Description
Problem:
We're missing a
tox
config to test the project across Python 3.8 to 3.12, leading to potential compatibility issues.Solution:
tox.ini
for Python 3.8-3.12.pytest
andpytest-cov
.Outcome:
Automated, consistent testing across all supported Python versions.
The text was updated successfully, but these errors were encountered: