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

Upgrading Python packaging mechanism #215

Merged
merged 6 commits into from
Oct 8, 2024
Merged

Upgrading Python packaging mechanism #215

merged 6 commits into from
Oct 8, 2024

Conversation

qiyunzhu
Copy link
Owner

@qiyunzhu qiyunzhu commented Oct 8, 2024

The followin changes were made:

  1. Let Click CLI import workflows in a lazy manner, which significantly accelerated loading.
  2. Used pyproject.toml instead of setup.py for build configuration.
  3. Used hatch instead of setuptools as the build backend.
  4. Used environment.yml instead of conda_requirements.txt for conda configuration.
  5. Added MacOS and Windows to the CI OS matrix.
  6. Added 3.10 to the CI Python version matrix.
  7. Removed the "tools" submenu.

@qiyunzhu qiyunzhu merged commit 7fbd303 into main Oct 8, 2024
10 checks passed
@qiyunzhu qiyunzhu deleted the toml branch October 8, 2024 20:28
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