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

Add Python 3.13 to testing #229

Merged
merged 3 commits into from
Oct 28, 2024
Merged

Add Python 3.13 to testing #229

merged 3 commits into from
Oct 28, 2024

Conversation

randyzwitch
Copy link
Owner

No description provided.

@randyzwitch
Copy link
Owner Author

Looks like the community isn't ready yet, will keep open and try next week

@randyzwitch
Copy link
Owner Author

Looks like the problem is that greenlet uses 3.0.3, when it needs to be 3.1 (which specifically supports python 3.13). But as far as I can tell, we don't require any specific versions of any of this stuff...does that mean playwright has the issue?

Collecting greenlet==3.0.3 (from playwright>=1.18->pytest-playwright->-r tests/requirements.txt (line 4))

@randyzwitch
Copy link
Owner Author

randyzwitch commented Oct 22, 2024

Merging master in fixed the greenlet version issue*, but it's still trying to compile Arrow from source

*could be coincidental, but fixed nonetheless

@randyzwitch randyzwitch merged commit c69337b into master Oct 28, 2024
6 checks passed
@randyzwitch randyzwitch deleted the randyzwitch-patch-1 branch October 28, 2024 17:42
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.

1 participant