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

Python 3.11 CI support #146

Merged
merged 11 commits into from
Oct 30, 2022
Merged

Python 3.11 CI support #146

merged 11 commits into from
Oct 30, 2022

Conversation

gsarti
Copy link
Member

@gsarti gsarti commented Oct 26, 2022

Description

Adding support for Python 3.11 in automated checks and project definition

@gsarti
Copy link
Member Author

gsarti commented Oct 26, 2022

Build failing since torch still lacks support for Python 3.11. Related issue: pytorch/pytorch#86566

@gsarti
Copy link
Member Author

gsarti commented Oct 30, 2022

Summary of the changes:

  • poetry bumped to 1.2.0 to support dependency groups and --all-extras installation
  • torch base distribution bumped to 1.13.0 for Python 3.11 support
  • Added make install-ci command to install only stylecheck dependencies, omitting docs ones for CI

⚠️ The extra datasets library might be incompatible due to lack of support for py3.11 from the pyarrow dependency. This affects only the inseq attribute-dataset command, and the library is optional otherwise.

@gsarti gsarti changed the title Python 3.11 automation support Python 3.11 CI support Oct 30, 2022
@gsarti gsarti merged commit 7791d0e into main Oct 30, 2022
@gsarti gsarti deleted the py311-support branch October 30, 2022 13:10
gsarti added a commit that referenced this pull request Oct 31, 2022
* origin/main:
  Python 3.11 CI support (#146)
  Added Python 3.11 checks
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