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

Deprecate Python 3.6 Wheels #1300

Merged
merged 6 commits into from Aug 27, 2022
Merged

Conversation

nguyenv
Copy link
Collaborator

@nguyenv nguyenv commented Aug 26, 2022

  • Bump to macOS 11
  • Increase timeout for libtiledb build to 120 minutes
  • Disable musllinux wheels builds
  • All wheels now build use USE_CIBW_VERSION: 2.3.0. Previously, only wheels for Python 3.10 were built with 2.3.0. The earlier Python versions still used USE_CIBW_VERSION: 1.6.4 because of the need to support Python 3.6 (and only support up to Python 3.9)

@nguyenv
Copy link
Collaborator Author

nguyenv commented Aug 26, 2022

@nguyenv nguyenv force-pushed the viviannguyen/deprecate-support-for-3.7-pypi branch from 62b90b4 to d7bcabf Compare August 26, 2022 19:05
Copy link
Member

@ihnorton ihnorton left a comment

Choose a reason for hiding this comment

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

💯

misc/azure-release.yml Show resolved Hide resolved
misc/azure-release.yml Outdated Show resolved Hide resolved
@nguyenv nguyenv merged commit fe5fb33 into dev Aug 27, 2022
@nguyenv nguyenv deleted the viviannguyen/deprecate-support-for-3.7-pypi branch August 27, 2022 14:44
thetorpedodog added a commit to TileDB-Inc/TileDB-Cloud-Py that referenced this pull request Sep 20, 2022
As of TileDB-Inc/TileDB-Py#1300, Python 3.6
is no longer supported by the `tiledb` package (i.e., there is no
TileDB Python 3.6 wheel).
thetorpedodog added a commit to TileDB-Inc/TileDB-Cloud-Py that referenced this pull request Sep 20, 2022
As of TileDB-Inc/TileDB-Py#1300, Python 3.6
is no longer supported by the `tiledb` package (i.e., there is no
TileDB Python 3.6 wheel).  The wheel that we build for `tiledb-cloud`
is Python version–independent, so the package will remain installable
by Py3.6 users so long as the code uses no 3.7+ constructs (but we will
no longer make a special effort to retain this compatibility).
thetorpedodog added a commit to TileDB-Inc/TileDB-Cloud-Py that referenced this pull request Sep 22, 2022
As of TileDB-Inc/TileDB-Py#1300, Python 3.6
is no longer supported by the `tiledb` package (i.e., there is no
TileDB Python 3.6 wheel).  The wheel that we build for `tiledb-cloud`
is Python version–independent, so the package will remain installable
by Py3.6 users so long as the code uses no 3.7+ constructs (but we will
no longer make a special effort to retain this compatibility).
thetorpedodog added a commit to TileDB-Inc/TileDB-Cloud-Py that referenced this pull request Nov 2, 2022
As of TileDB-Inc/TileDB-Py#1300, Python 3.6
is no longer supported by the `tiledb` package (i.e., there is no
TileDB Python 3.6 wheel).  The wheel that we build for `tiledb-cloud`
is Python version–independent, so the package will remain installable
by Py3.6 users so long as the code uses no 3.7+ constructs (but we will
no longer make a special effort to retain this compatibility).
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.

None yet

2 participants