Skip to content

Conversation

abitrolly
Copy link
Contributor

@abitrolly abitrolly commented Oct 13, 2021

Fixes #175
Ref #688
Closes #668
Closes #685
Fixes #441 and pretty much most issues that mention
sql.h: No such file or directory

This changes default version for checkout from 4.0.0-unsupported to PEP 440 compliant 4.0.dev0, which is needed by wheels.

Needs PyPI keys for automated uploads.

Following the guide from https://cibuildwheel.readthedocs.io/en/stable/setup/#github-actions

Fixes mkleehammer#175
Ref mkleehammer#688
Closes mkleehammer#668
Closes mkleehammer#685
Fixes mkleehammer#441 and pretty much most issues that mention
` sql.h: No such file or directory`

This also need to setup some PyPI keys for automated uploads.
Checked this won't shadow released minor version (credit goes to @hugovk)

    >>> from packaging.version import Version
    >>> Version("4.0.dev0") > Version("4.0.24")
    False
@abitrolly
Copy link
Contributor Author

This is probably ready, but blocked by pypa/cibuildwheel#872

@abitrolly
Copy link
Contributor Author

abitrolly commented Oct 14, 2021

Can not be built on PyPy, because there is nobody to implement PyCodec_Encode on PyPy side.

The failure #915

@mkleehammer
Copy link
Owner

Appveyor is failing the Windows Python 3.5 tests, but it is time to drop support for 3.5 anyway, I think. fi'm going to merge this.

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.

fatal error: sql.h: No such file or directory Manylinux wheels
2 participants