Skip to content
New issue

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

build with make and GitHub workflows, upgrade deps #56

Merged
merged 1 commit into from
Dec 21, 2021

Conversation

toumorokoshi
Copy link
Owner

modernizing the build system a bit, to support Python 3.10
and future-proof a bit more.

from Uranium to Make. Make is working well enough for task
management.

from setup.py to pyproject.toml. This allows for usage of additional
tools and consolidates configuration to a single file.

pinning cattrs to 1.9.0, since transmute uses cattrs internal
implementation details and therefore it's hard to support older
versions.

Updating for pyyaml major version and requiring that.

Removing deprecated reference to collections.Dict.

@toumorokoshi toumorokoshi force-pushed the feature/convert-to-make branch 7 times, most recently from f1ae10a to 405ea1b Compare December 21, 2021 06:20
modernizing the build system a bit, to support Python 3.10
and future-proof a bit more.

from Uranium to Make. Make is working well enough for task
management.

from setup.py to pyproject.toml. This allows for usage of additional
tools and consolidates configuration to a single file.

cattrs changed some internal implementation details, so adding some
handling to support latest versions.

Updating for pyyaml major versions.

Handling future deprecation of collections.Mapping.
@toumorokoshi toumorokoshi force-pushed the feature/convert-to-make branch from 405ea1b to bc5e5bc Compare December 21, 2021 06:25
@toumorokoshi toumorokoshi merged commit 4218e98 into master Dec 21, 2021
@toumorokoshi toumorokoshi mentioned this pull request Dec 21, 2021
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