Update to Conan 2.0 and modernize project#2
Merged
fpelliccioni merged 1 commit intomasterfrom Nov 23, 2025
Merged
Conversation
- Update to Conan >= 2.0 (breaking change, bumped to v4.0.0) - Update microarch dependency to >= 0.2.0 - Modernize GitHub Actions workflow: - Update actions/checkout v3 → v4 - Update actions/setup-python v1 → v5 - Update Python 3.8 → 3.12 - Replace manual twine upload with pypa/gh-action-pypi-publish - Restrict PyPI uploads to master branch only - Add Python 3.11, 3.12, 3.13 classifiers - Replace README.rst with comprehensive README.md - Remove obsolete .travis.yml - Update copyright to 2025
0d78c81 to
4cd39d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major update to support Conan 2.0 and modernize the project infrastructure.
Breaking Changes
GitHub Actions Updates
actions/checkoutfrom v3 to v4actions/setup-pythonfrom v1 to v5twine uploadwithpypa/gh-action-pypi-publishPython Support
Documentation
README.rstwith comprehensiveREADME.mdCleanup
.travis.ymlfileVersion Change