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

feat: support Python 3.12 #1415

Merged
merged 14 commits into from
Mar 13, 2024
Merged

feat: support Python 3.12 #1415

merged 14 commits into from
Mar 13, 2024

Conversation

lukapeschke
Copy link
Contributor

No description provided.

@lukapeschke lukapeschke added enhancement New feature or request Need Review labels Dec 18, 2023
@lukapeschke lukapeschke self-assigned this Dec 18, 2023
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
It was only used by the lightspeed connector, which has been removed in #1036

The lib has not been updated since 2019: https://pypi.org/project/bearer/, and the associated repo
has been deleted. The bearer.sh service seems to have been discontinued

Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
@@ -266,8 +265,8 @@ def test_get_slice_metadata(snowflake_datasource, mocker):
connect.cursor().execute().fetchall.return_value = [{"c1": 2}]
ds: DataSlice = SnowflakeCommon().get_slice(connect, snowflake_datasource)

# big fun
expected_memory_size = 1364 if sys.version_info.minor == 11 else 1360
# testing this is stupid
Copy link
Member

Choose a reason for hiding this comment

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

💀

@lukapeschke lukapeschke merged commit f370a5d into master Mar 13, 2024
5 checks passed
@lukapeschke lukapeschke deleted the support-py312 branch March 13, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Need Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants