Skip to content

Update to Conan 2.0 and modernize project#2

Merged
fpelliccioni merged 1 commit intomasterfrom
update-dependencies-and-modernize
Nov 23, 2025
Merged

Update to Conan 2.0 and modernize project#2
fpelliccioni merged 1 commit intomasterfrom
update-dependencies-and-modernize

Conversation

@fpelliccioni
Copy link
Copy Markdown
Contributor

Summary

Major update to support Conan 2.0 and modernize the project infrastructure.

Breaking Changes

  • Conan 2.0 Required: Updated from Conan 1.x to Conan >= 2.0 (version bumped to 4.0.0)
  • microarch 0.2.0: Updated dependency to latest version

GitHub Actions Updates

  • Updated actions/checkout from v3 to v4
  • Updated actions/setup-python from v1 to v5
  • Updated Python version from 3.8 to 3.12
  • Replaced manual twine upload with pypa/gh-action-pypi-publish
  • Added restriction to only upload to PyPI from master branch

Python Support

  • Added Python 3.11, 3.12, 3.13 classifiers
  • Maintained backward compatibility classifiers for older versions

Documentation

  • Replaced README.rst with comprehensive README.md
  • Added detailed API documentation
  • Included usage examples and integration guides
  • Documented all core functions and use cases

Cleanup

  • Removed obsolete .travis.yml file
  • Updated copyright year to 2025
  • Modernized package metadata

Version Change

  • 3.5.04.0.0 (major version bump due to Conan 2.0 breaking change)

- 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
@fpelliccioni fpelliccioni force-pushed the update-dependencies-and-modernize branch from 0d78c81 to 4cd39d3 Compare November 23, 2025 15:29
@fpelliccioni fpelliccioni merged commit 34d323f into master Nov 23, 2025
2 checks passed
@fpelliccioni fpelliccioni deleted the update-dependencies-and-modernize branch November 23, 2025 15:30
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