Skip to content

Conversation

@stgm
Copy link
Contributor

@stgm stgm commented Oct 9, 2025

item.value is a Constant here, and the attribute .s has been removed in Python 3.14, which makes this part crash.

The attribute .value can now be used.

Note: a similar correction was already done two lines above this change.

`item.value` is a Constant here, and the attribute `.s` has been removed in Python 3.14, which makes this part crash.

The attribute `.value` can now be used, which was in fact already used two lines above this change.
@vmalloc vmalloc merged commit 5d9b29f into getslash:develop Oct 10, 2025
8 checks passed
@vmalloc
Copy link
Member

vmalloc commented Oct 10, 2025

Many thanks for your contribution! Much appreciated!

@stgm stgm deleted the more-3.14-fixes branch October 13, 2025 06:33
@stgm
Copy link
Contributor Author

stgm commented Nov 12, 2025

Would it be possible for you to make a release? @vmalloc

@vmalloc
Copy link
Member

vmalloc commented Nov 24, 2025

@stgm sorry for the late response and thanks for the patience! I will release a new version today

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