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: slim release and python>=3.9 compat #128

Merged
merged 7 commits into from
Aug 10, 2024

Conversation

carynbear
Copy link
Collaborator

  • Update pdm to version 2.17
    • via pdm self update
    • Lockfiles are now system and platform dependent
      • use pdm install -L [lockfile] to install
      • if no existing lockfile,
        • lock first with pdm lock -G all --platform=[platform] --python="==3.10.*" --lockfile=py310_[platform].lock replacing platform with targets specified here and the python version; then install.
        • Please push your lockfile to the git repo.
  • Reorganized package dependencies to make dynadojo slimmer
    • system specific dependencies are now optional
  • Increased support to python>=3.9

@carynbear carynbear merged commit a1d9f4a into DynaDojo:dev Aug 10, 2024
6 checks passed
@carynbear carynbear deleted the release/slim branch August 10, 2024 05:46
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