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

CI: Verify support on Python 3.13 #167

Merged
merged 1 commit into from
Oct 16, 2024
Merged

CI: Verify support on Python 3.13 #167

merged 1 commit into from
Oct 16, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Oct 16, 2024

About

Python 3.13.0 has been released on Oct. 7, 2024. This PR intends to add CI verification.

References

@@ -206,6 +206,7 @@ def test_bulk_save_pandas(self, mock_cursor):
# Verify number of batches.
self.assertEqual(effective_op_count, OPCOUNT)

@skipIf(sys.version_info >= (3, 13), "SQLAlchemy/Dask is not supported on Python >=3.13 yet")
Copy link
Member Author

Choose a reason for hiding this comment

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

That's because pyarrow, a dependency of dask-expr, does not provide binary wheels for Python 3.13 yet.

@amotl amotl requested review from kneth and surister October 16, 2024 18:53
@amotl amotl marked this pull request as ready for review October 16, 2024 18:53
@amotl amotl merged commit fd1258f into main Oct 16, 2024
30 checks passed
@amotl amotl deleted the python313 branch October 16, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants