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 #55

Merged
merged 2 commits into from
Oct 30, 2023
Merged

Add support for Python 3.13 #55

merged 2 commits into from
Oct 30, 2023

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Oct 17, 2023

@hugovk hugovk added the changelog: Added For new features label Oct 17, 2023
@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fd58567) 100.00% compared to head (6332b20) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #55   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          125       125           
=========================================
  Hits           125       125           
Flag Coverage Δ
macos-latest 100.00% <ø> (ø)
ubuntu-latest 100.00% <ø> (ø)
windows-latest 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hugovk
Copy link
Member Author

hugovk commented Oct 17, 2023

Almost, it's failing to build a coverage.py wheel on Windows:

  AssertionError: would build wheel with unsupported tag ('cp313', 'cpwin_amd64', 'win_amd64')

https://github.com/termcolor/termcolor/actions/runs/6552325853/job/17795396359?pr=55

@hugovk
Copy link
Member Author

hugovk commented Oct 30, 2023

This passes now pypa/wheel#578 has been released in wheel 0.41.3:

@hugovk hugovk merged commit 47b5c25 into termcolor:main Oct 30, 2023
32 checks passed
@hugovk hugovk deleted the add-3.13 branch October 30, 2023 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: Added For new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant