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

Ensure support for Python 3.12 and PyPy 3.8-3.10 #553

Merged
merged 1 commit into from
Dec 9, 2023

Conversation

Jamim
Copy link
Contributor

@Jamim Jamim commented Nov 10, 2023

Hello,

I believe it would be nice to have explicit support for Python 3.12.
So I'd like to propose this PR.

What do these changes do?

  • enable testing for Python 3.12 and PyPy 3.8-3.10
  • update classifiers at setup.cfg

Are there changes in behavior for the user?

No.

Related issue number

I suppose #541 might be resolved by releasing a new version once this PR is merged.
Since cibuildwheel was already updated to 2.16.2, it will build wheels for Python 3.12 as well as for prior versions.

Checklist

  • I think the code is well written
  • Unit tests for the changes exist (sort of)
  • 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."

@Jamim Jamim changed the title Add support for Python 3.12 Ensure support for Python 3.12 and PyPy 3.8-3.10 Nov 10, 2023
@Jamim
Copy link
Contributor Author

Jamim commented Nov 19, 2023

Hello @mjpieters,

Thank you for developing this library! 🙇🏻‍♂️

Can you please take a look at this PR? The changes are trivial, so it shouldn't take too long.

Thanks in advance!

Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b3122f0) 99.60% compared to head (46080b5) 99.60%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #553   +/-   ##
=======================================
  Coverage   99.60%   99.60%           
=======================================
  Files           2        2           
  Lines         254      254           
  Branches       23       23           
=======================================
  Hits          253      253           
  Misses          1        1           
Flag Coverage Δ
unit 99.21% <ø> (ø)

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.

@Jamim
Copy link
Contributor Author

Jamim commented Nov 27, 2023

Hello @webknjaz,

Sorry for bothering you, but would you mind looking into this PR once you have some spare time?

Thanks!

These changes:
  * enable testing for Python 3.12 and PyPy 3.8-3.10
  * update classifiers at setup.cfg
  * add a news fragment
@webknjaz webknjaz merged commit b8d3be5 into aio-libs:master Dec 9, 2023
35 checks passed
@Jamim Jamim deleted the feature/python-3.12 branch December 9, 2023 11:10
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