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

Support Python 3.13 #595

Merged
merged 6 commits into from
Aug 17, 2024
Merged

Support Python 3.13 #595

merged 6 commits into from
Aug 17, 2024

Conversation

edgarrmondragon
Copy link
Contributor

@edgarrmondragon edgarrmondragon commented Aug 16, 2024

What do these changes do?

Add support and build wheels for Python 3.13

Context for test updates:

Are there changes in behavior for the user?

No

Related issue number

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • If you provide code modifications, please add yourself to CONTRIBUTORS.txt
    • The format is <Name> <Surname>.
    • Please keep the list in alphabetical order, the file is sorted by name.
  • Add a new news fragment into the CHANGES folder
    • name it <issue_id>.<type> for example (588.bugfix)
    • if you don't have an issue_id change it to the pr id after creating the pr
    • ensure type is one of the following:
      • .feature: Signifying a new feature.
      • .bugfix: Signifying a bug fix.
      • .doc: Signifying a documentation improvement.
      • .removal: Signifying a deprecation or removal of public API.
      • .misc: A ticket has been closed, but it is not of interest to users.
    • Make sure to use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files."

@edgarrmondragon
Copy link
Contributor Author

edgarrmondragon commented Aug 16, 2024

Docs failure is sphinx-contrib/sphinxcontrib-towncrier#92

EDIT: opened #596 to fix that

Copy link

codecov bot commented Aug 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.28%. Comparing base (6925aab) to head (9d41834).
Report is 44 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##            master     #595       +/-   ##
============================================
- Coverage   100.00%   75.28%   -24.72%     
============================================
  Files            3       12        +9     
  Lines          333      882      +549     
  Branches        24       61       +37     
============================================
+ Hits           333      664      +331     
- Misses           0      181      +181     
- Partials         0       37       +37     
Flag Coverage Δ
CI-GHA 75.05% <100.00%> (-24.35%) ⬇️
MyPy 60.29% <100.00%> (?)
OS-Linux 99.39% <ø> (ø)
OS-Windows 99.22% <ø> (ø)
OS-macOS 98.83% <ø> (ø)
Py-3.10.11 98.06% <ø> (ø)
Py-3.10.14 98.19% <ø> (ø)
Py-3.11.9 98.19% <ø> (ø)
Py-3.12.4 98.19% <ø> (ø)
Py-3.13.0-rc.1 98.19% <ø> (?)
Py-3.8.10 98.83% <ø> (ø)
Py-3.8.18 98.79% <ø> (ø)
Py-3.9.13 98.06% <ø> (ø)
Py-3.9.19 98.19% <ø> (ø)
Py-pypy7.3.11 97.67% <ø> (ø)
Py-pypy7.3.16 96.89% <ø> (ø)
VM-macos 98.83% <ø> (ø)
VM-ubuntu 99.39% <ø> (ø)
VM-windows 99.22% <ø> (ø)

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.

requirements/ci.txt Outdated Show resolved Hide resolved
@bdraco
Copy link
Member

bdraco commented Aug 17, 2024

Thanks @edgarrmondragon

@edgarrmondragon
Copy link
Contributor Author

@bdraco sorry for the ping. Are there any blockers for a release of this to PyPI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants