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

Fix #656 -- Add Python 3.13 support #659

Merged
merged 2 commits into from
Oct 26, 2024

Conversation

amureki
Copy link
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
13 checks passed
@Bogdanp
Copy link
Owner

Bogdanp commented Oct 26, 2024

Thanks!

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

wreczek commented Nov 2, 2024

shouldn't it also be in tox.ini?

@amureki
Copy link
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
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