| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
If there's anything from my side still, plz ping 🙏
Sorry, something went wrong.
| CIBW_BUILD: ${{ matrix.build }} # py versions from setup.py -> python_requires | ||
| CIBW_SKIP: pp* | ||
| CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 | ||
| CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28 |
There was a problem hiding this comment.
could remove these two completely, defaulting to manylinux_2_21 (which is built on centos RHEL7), also wrt backward compatibility ref giampaolo/psutil#2103 (comment)
Though on centos, CI also has postgres installation script issues (I started out with it), something about a bad GPG key also mentioned on the developer's 3rd party yum repo's issue tracker. Thought about doing a yum search (or smth) to download the exact URL for the respective postgres versions on the official repo.
In the end, I happily accepted gg when I saw the green ticks on CI as it is now.
Martin.Obiols.-.Can.t.stop.laughing.at.this.1255206061159714819.mp4
Sorry, something went wrong.
There was a problem hiding this comment.
I think we should try and keep compatibility with 2_21 at least.
Sorry, something went wrong.
There was a problem hiding this comment.
ah, I think this thread is irrelevant, the current state of this PR (so building on almalinux8) already produces wheels that are backward compatible all the way to 2_17 ref https://github.com/ddelange/asyncpg/actions/runs/3121931647/jobs/5063553875#step:4:950
Sorry, something went wrong.
There was a problem hiding this comment.
@elprans I think in this respect we're good to go 👍
Sorry, something went wrong.
|
hope 🥺 |
Sorry, something went wrong.
* Maximize parallellization * Bump cibuildwheel==2.10.2 * Prepare for merge
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. Thanks a lot for contributing!
Sorry, something went wrong.
|
Thank you so much for this merge. I wanted to run a project using asyncpg on a Rpi some time ago but couldn't. Will have to check how it works out. |
Sorry, something went wrong.
|
thanks you so much |
Sorry, something went wrong.
Support Python 3.11 and PostgreSQL 15. This release also drops support for Python 3.6. Changes ======= * Add arm64 mac and linux wheels (by @ddelange in 7bd6c49 for #954) * Add Python 3.11 to the test matrix (by @elprans in 5f908e6 for #948) * Exclude .venv from flake8 (#958) (by @jparise in 40b16ea for #958) * Upgrade to flake8 5.0.4 (from 3.9.2) (#961) (by @jparise in 0e73fec for #961) * Show an example of a custom Record class (#960) (by @jparise in 84c99bf for #960) * Use the exact type name in Record.__repr__ (#959) (by @jparise in eccdf61 for #959) * Drop Python 3.6 support (#940) (by @bryanforbes in bb0cb39 for #940) * Test on Python 3.11 and PostgreSQL 15, fix workflow deprecations (#968) (by @elprans in eab7fdf for #968)
| Back | FazBrowse Home | New Git URL |
Fixes #870
Fixes #936
Fixes #950
This PR: