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

Remove the upper bound on tomli 2.0 #57

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

Parnassius
Copy link
Contributor

Besides removing support for python 3.6, the only breaking changes in tomli 2.0 are in the first parameter of load/loads: it can no longer be passed by keyword, and in the case of load it must be a binary file object. Poe already does that, so no further changes are required.

Besides removing support for python 3.6, the only breaking changes in tomli 2.0 are in the first parameter of `load`/`loads`: it can no longer be passed by keyword, and in the case of `load` it must be a binary file object.  Poe already does that, so no further changes are required.
@Parnassius Parnassius changed the base branch from main to development February 27, 2022 22:05
@nat-n
Copy link
Owner

nat-n commented Mar 1, 2022

@nat-n nat-n merged commit f5c67d8 into nat-n:development Mar 1, 2022
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.

2 participants