Skip to content

Fix #656 -- Add Python 3.13 support#659

Merged
Bogdanp merged 2 commits intoBogdanp:masterfrom
amureki:656/python-313-support
Oct 26, 2024
Merged

Fix #656 -- Add Python 3.13 support#659
Bogdanp merged 2 commits intoBogdanp:masterfrom
amureki:656/python-313-support

Conversation

@amureki
Copy link
Copy Markdown
Contributor

@amureki amureki commented Oct 25, 2024

threading.Thread received a new _handle attribute in Python 3.13, which clashes with dramatiq's _CtypesTimeoutManager(Thread) class. This commit renames the dramatiq method to resolve the conflict.

It also adds Python 3.13 to CI and package classification.

`threading.Thread` received a new `_handle` attribute in Python 3.13, which clashes with dramatiq's `_CtypesTimeoutManager(Thread)` class. This commit renames the dramatiq method to resolve the conflict.

It also adds Python 3.13 to CI and package classification
@Bogdanp Bogdanp merged commit 15c7466 into Bogdanp:master Oct 26, 2024
@Bogdanp
Copy link
Copy Markdown
Owner

Bogdanp commented Oct 26, 2024

Thanks!

@amureki amureki deleted the 656/python-313-support branch October 26, 2024 14:50
@wreczek
Copy link
Copy Markdown

wreczek commented Nov 2, 2024

shouldn't it also be in tox.ini?

@amureki
Copy link
Copy Markdown
Contributor Author

amureki commented Nov 4, 2024

shouldn't it also be in tox.ini?

Hm, interesting catch!
From what I see, tox is only used for docs and linting (on CI) right now:
CleanShot 2024-11-04 at 08 55 45@2x

And the GitHub CI matrix is actually running Python tests.

So, tox Python environments are serving local testing.
If this is a valid and expected use case, I will provide a patch; otherwise it might be due for a clean-up.

@Bogdanp what would you say?

@Bogdanp
Copy link
Copy Markdown
Owner

Bogdanp commented Nov 5, 2024

I think it's probably fine to keep the tox config, even if it's not used in CI. I do still use it locally to test things every now and then.

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.

3 participants