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

Update to match neurodatascience/nipoppy:main #96

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

michellewang
Copy link
Collaborator

PR created/updated automatically by create-pull-request GitHub action. Will be merged automatically by automerge-action if there are no merge conflicts.

* make tests run for Python 3.9 to 3.12

* set requires-python >=3.9

* fix 3.10 being interpreted as 3.1

* add "from __future__ import annotations" in files import Self from typing

* use typing.Union instead or "|" (introduced in Python 3.10)

* revert to using "|" instead of typing.Union

* use typing_extensions to resolve version incompatibility issues

* silence Sphinx warnings

* change fpath_layout annotation from Optional[Path] to Optional[StrOrPathLike]

* pin `sphinx-autoapi==3.0.0` to avoid errors with `3.1.0`
Copy link
Collaborator

@bcmcpher bcmcpher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR approved by auto-approve-action GitHub action.

@michellewang michellewang merged commit 1e45f04 into main May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants