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

FEAT: set preferred Python version for dev environment #245

Merged
merged 11 commits into from
Dec 6, 2023

Conversation

redeboer
Copy link
Member

@redeboer redeboer commented Dec 6, 2023

It is now possible to specify which Python version you want to use in your developer environment by specifying the --dev-python-version argument for the check-dev-files hook. For example:

  - repo: https://github.com/ComPWA/repo-maintenance
    rev: 0.1.8
    hooks:
      - id: check-dev-files
        args:
          - --dev-python-version=3.11  # your preferred version
          - --repo-name=ampform
          - --repo-title=AmpForm

This updates (if avaiable) the Conda environment, the GitHub workflows, the RTD config, and the GitPod config.

@redeboer redeboer added the ✨ Feature New feature added to the package label Dec 6, 2023
@redeboer redeboer self-assigned this Dec 6, 2023
@redeboer redeboer merged commit 1cb1ef2 into main Dec 6, 2023
20 checks passed
@redeboer redeboer deleted the dev-python-version branch December 6, 2023 21:51
@redeboer redeboer linked an issue Dec 6, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature New feature added to the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support typing.Unpack in Sphinx builds
1 participant