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

pyproject.toml (PEP518), test with Python 3.12 #944

Merged
merged 4 commits into from
Nov 21, 2023
Merged

Conversation

ods
Copy link
Collaborator

@ods ods commented Nov 21, 2023

Changes

  • Write pyproject.toml according to PEP518 (fixes editable build and warnings)
  • Update Cython
  • Add Python 3.12 to test matrices

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • Add a new news fragment into the CHANGES folder
    • name it <issue_id>.<type> (e.g. 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.

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5266f46) 84.27% compared to head (9deee5e) 84.28%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #944   +/-   ##
=======================================
  Coverage   84.27%   84.28%           
=======================================
  Files          87       87           
  Lines       10039    10039           
=======================================
+ Hits         8460     8461    +1     
+ Misses       1579     1578    -1     
Flag Coverage Δ
cext 79.33% <ø> (+<0.01%) ⬆️
integration 84.26% <ø> (+<0.01%) ⬆️
purepy 84.00% <ø> (-0.02%) ⬇️
unit 51.44% <ø> (ø)

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.

@ods ods merged commit fc3864a into aio-libs:master Nov 21, 2023
31 checks passed
@ods ods deleted the python312 branch November 21, 2023 17:43
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