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

Bump version to 0.24.0 #2920

Merged
merged 2 commits into from
Jan 10, 2024
Merged

Bump version to 0.24.0 #2920

merged 2 commits into from
Jan 10, 2024

Conversation

A5rocks
Copy link
Contributor

@A5rocks A5rocks commented Jan 10, 2024

I finally realized UnboundedQueue is just sitting there deprecated. But it's used by the Windows IO thing so removal looked more complicated than just "remove any references".

Copy link

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a10f94b) 99.68% compared to head (115fb65) 99.66%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2920      +/-   ##
==========================================
- Coverage   99.68%   99.66%   -0.02%     
==========================================
  Files         117      116       -1     
  Lines       17546    17477      -69     
  Branches     3152     3133      -19     
==========================================
- Hits        17490    17418      -72     
- Misses         38       41       +3     
  Partials       18       18              
Files Coverage Δ
src/trio/_subprocess.py 100.00% <100.00%> (ø)
src/trio/_tests/test_deprecate.py 100.00% <ø> (ø)
src/trio/_tests/test_subprocess.py 99.19% <ø> (-0.81%) ⬇️
src/trio/_version.py 100.00% <100.00%> (ø)

@A5rocks A5rocks merged commit d1cc062 into python-trio:master Jan 10, 2024
28 of 29 checks passed
@jakkdl
Copy link
Member

jakkdl commented Jan 10, 2024

I finally realized UnboundedQueue is just sitting there deprecated. But it's used by the Windows IO thing so removal looked more complicated than just "remove any references".

Open an issue about it?

@A5rocks A5rocks deleted the release-0.24.0 branch January 10, 2024 15:33
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