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

Closes #2807: Pin tables<3.9.0 to avoid CI failures #2808

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

stress-tess
Copy link
Member

@stress-tess stress-tess commented Oct 5, 2023

This PR (closes #2807) pins tables to <3.9.0 to avoid CI failures. table==3.9.0 pulls down cython==3.0.3 which requires python>=3.9.

Cython just released a new version yesterday, which according to the error message in the CI requires python >3.9

Downloading Cython-3.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB)
ERROR: Ignored the following versions that require a different python version: 2.2.8 Requires-Python <4,>=3.9

We have some users who are still using 3.8, so for the time being let's pin to tables<3.9.0

This PR (closes Bears-R-Us#2807) pins `tables` to `<3.9.0` since this pulls down `cython==3.0.3` which requires `python>=3.9`
@stress-tess stress-tess force-pushed the 2807_ci_failures_cython branch from 755d920 to 1b5e381 Compare October 5, 2023 23:09
@stress-tess stress-tess marked this pull request as ready for review October 5, 2023 23:09
@stress-tess stress-tess changed the title CI failing cython requires python version >=3.9 Closes Bears-R-Us#2807: Pin tables<3.9.0 to avoid CI failures Oct 5, 2023
@stress-tess stress-tess changed the title Closes Bears-R-Us#2807: Pin tables<3.9.0 to avoid CI failures Closes #2807: Pin tables<3.9.0 to avoid CI failures Oct 5, 2023
@stress-tess stress-tess enabled auto-merge October 6, 2023 04:30
@stress-tess stress-tess disabled auto-merge October 6, 2023 11:28
@stress-tess stress-tess merged commit 706bf7b into Bears-R-Us:master Oct 6, 2023
@stress-tess stress-tess deleted the 2807_ci_failures_cython branch October 6, 2023 11:28
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.

Pin tables<3.9.0 to avoid CI failures
1 participant