-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update GitHub workflows and fix development dependencies for Pyth…
…on 3.12 (#75) Improves CI workflows and ensures reliable test environments. - GitHub Actions: - Add support for testing with Python 3.12. - Remove testing for Python 3.7 on macOS (EOL). - Remove `allow-prereleases` to focus on stable releases. - Simplify dependencies by only installing pytest (and pkg_resources) - setup.py and tox.ini: - Fix development dependencies for unit tests. - Add setuptools explicitly for pkg_resources compatibility (Python 3.12+).
- Loading branch information
Showing
4 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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