forked from moj-analytical-services/splink
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Python 3.13 tests #40
Open
ADBond
wants to merge
18
commits into
master
Choose a base branch
from
dev/ci-test-python-313
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…vent duplicate table name conflict
this removes the self-reference in this query, which breaks things in debug_mode when we try to materialise these tables
Change name of second __splink__cluster_count_row_numbered query, prevent table name conflict
…ervices/bug/clustering-debug-mode Add iteration number to `neighbours_filtered` table
…ervices/docs/fix-backend-api-page Fix docs examples
…ervices/docs/fix-link-and-ref Docs - correct heading and link text
altair is a core requirement, and this fails anyway if altair not installed, just more mysteriously
…ervices/bug/wrap-altair-import Simplify Altair import
ADBond
force-pushed
the
dev/ci-test-python-313
branch
from
October 29, 2024 09:30
0696475
to
ef3eb1b
Compare
6.0.0 dropped 3.8 support, and if we don't specify, poetry will add it as ^6.0.0 even when using python 3.8, and so will fail resolution.
…ervices/ci/pytest-cov-version-pin Specify version range for `pytest-cov` in CI
ADBond
force-pushed
the
dev/ci-test-python-313
branch
from
November 4, 2024 09:14
ef3eb1b
to
51c51dd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Not sure if it'll be even possible to build all dependencies yet, but interesting to see.
If not can re-run in future once more.
14/10 - pyarrow doesn't build. This may be a while, issue arises in JPypy: see apache/arrow#44389 (comment).
29/10 - pyarrow had supported 18.0.0 out yesterday
29/10 - pandas doesn't buildn/m just need to specify versions more explicitly29/10 - altair breaks with 3.13 on import - fix in the works vega/altair#3620