-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed depreciated `imp` and replaced with `importlib` * Updated meta classifiers to include newer Python versions * Added Python3.12 into github workflow action * Updated workflow to test all versions we say we do * Tidied mixed markup styles * Assed Windows and MacOS to tests * Updated depreciated setup-python action to v5 * Adding Python3.12 to Action * Removed my test branch from Actions
- Loading branch information
Showing
3 changed files
with
41 additions
and
31 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
802bfb6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ufff, I believe with latest Py3 developments,
python setup.py
started doing weird things and produce strange wheels. It appears thatpip install build && python -m build
is the way (or one of the ways), also thinking ofpip-tools
.