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

Replace version 3.11-dev by 3.11 in CI #782

Merged
merged 3 commits into from Dec 3, 2022
Merged

Conversation

mlegner
Copy link
Contributor

@mlegner mlegner commented Nov 4, 2022

Python 3.11 is now released, so we can replace 3.11-dev by 3.11.

Related to #778

@nejch
Copy link

nejch commented Nov 4, 2022

If the tests pass here, it might make sense to also bump the version and create a new release?

I see the action that builds the wheels has already been bumped to support 3.11 (143f75e).

So maybe add 3.11 and add a change fragment to trigger a bump and get a new pypi release? :)

"Programming Language :: Python :: 3.10",

https://github.com/aio-libs/multidict/tree/master/CHANGES

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Nov 4, 2022
@mlegner
Copy link
Contributor Author

mlegner commented Nov 4, 2022

@nejch Thanks, I've also made the changes in setup.py and added a changelog entry.

Copy link
Contributor

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

ishidawataru added a commit to oopt-goldstone/goldstone-mgmt that referenced this pull request Nov 9, 2022
using Python 3.11 requires the following PR

aio-libs/multidict#782

Signed-off-by: Wataru Ishida <wataru.ishid@gmail.com>
ishidawataru added a commit to oopt-goldstone/goldstone-mgmt that referenced this pull request Nov 9, 2022
using Python 3.11 requires the following PR

aio-libs/multidict#782

Signed-off-by: Wataru Ishida <wataru.ishid@gmail.com>
ishidawataru added a commit to oopt-goldstone/goldstone-mgmt that referenced this pull request Nov 9, 2022
using Python 3.11 requires the following PR

aio-libs/multidict#782

Signed-off-by: Wataru Ishida <wataru.ishid@gmail.com>
@mlegner
Copy link
Contributor Author

mlegner commented Nov 14, 2022

@asvetlov @webknjaz Is there anything I can do to move this forward?

@valerio-castelli
Copy link

valerio-castelli commented Dec 2, 2022

Hello!

I'd like to second @mlegner's question – is there anything that can be done to speed up the release of wheels for Python 3.11? I'd really like to use it on a new project I'm starting, and I'd appreciate the availability of wheels for it.

Do you have an estimate of when you'll be able to release this PR? Thanks! 🙏

CHANGES/872.feature.rst Outdated Show resolved Hide resolved
@webknjaz webknjaz changed the title Replace version 3.11-dev by 3.11 Replace version 3.11-dev by 3.11 in CI Dec 3, 2022
@webknjaz
Copy link
Member

webknjaz commented Dec 3, 2022

@mlegner thanks! I've also checked that the cibuildwheel action is up-to-date so bumping the version should be straightforward.

@codecov
Copy link

codecov bot commented Dec 3, 2022

Codecov Report

Merging #782 (73891be) into master (5a15db0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #782   +/-   ##
=======================================
  Coverage   93.65%   93.65%           
=======================================
  Files           5        5           
  Lines         504      504           
=======================================
  Hits          472      472           
  Misses         32       32           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@webknjaz webknjaz merged commit 4432298 into aio-libs:master Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided There is a change note present in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants