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

Drop support for Python 2.7 #40

Closed
sebastian-nagel opened this issue Mar 7, 2023 · 1 comment
Closed

Drop support for Python 2.7 #40

sebastian-nagel opened this issue Mar 7, 2023 · 1 comment

Comments

@sebastian-nagel
Copy link
Contributor

Spark has dropped support for Python 2.7 (3.4 and 3.5), see SPARK-32138. The latest Spark versions supporting Python 2.7 were released summer 2021 (2.4.8 and 3.0.3). It's time for cc-pyspark to also drop support for older Python versions. That's also a requirement for the FastWARC parser #37.

sebastian-nagel added a commit that referenced this issue Mar 16, 2023
- update README
- drop support for Python 2.x module urlparse (replaced by
  urllib.parse)
@sebastian-nagel
Copy link
Contributor Author

See branch python-2.7 which "freezes" the code still supporting Python 2.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant