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

Add support for python 3.13 #2

Merged
merged 4 commits into from
Oct 8, 2024
Merged

Add support for python 3.13 #2

merged 4 commits into from
Oct 8, 2024

Conversation

claudious96
Copy link
Owner

@claudious96 claudious96 commented Sep 29, 2024

Add support for Python 3.13 by raising the asyncio.QueueShutDown exception when the queue is shutdown and the methods put, put_nowait, get, and get_nowait are called.

A test was added to verify that the exception was correctly raised.

Copy link

codecov bot commented Sep 29, 2024

Codecov Report

Attention: Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/calendar_queue/calendar_queue.py 90.00% 1 Missing ⚠️
Files with missing lines Coverage Δ
src/calendar_queue/calendar_queue.py 84.25% <90.00%> (ø)

@claudious96 claudious96 force-pushed the python3-13-support branch 3 times, most recently from ae2038d to c86c8e2 Compare October 3, 2024 09:33
@claudious96 claudious96 force-pushed the python3-13-support branch 2 times, most recently from 9ab9674 to 71887f7 Compare October 3, 2024 20:57
@claudious96 claudious96 merged commit 0cc0a57 into main Oct 8, 2024
16 checks passed
@claudious96 claudious96 deleted the python3-13-support branch October 8, 2024 17:29
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