DEV Community

DenisC
DenisC

Posted on

Continued Journey on Open Source Projects - Deprecate Python 3.9

My journey on open source projects doesn't stop after making four pull requests for Hacktoberfest last month. Contrary to finding different repos to work on different issues in Hacktoberfest, I'm focusing on one repo this time, namely Open Web Calendar. It is a well organized and maintained repo I worked on in Hacktoberfest, with rigorous tests and continuous integration.

The issue I worked on

The issue I worked on is to deprecate Python 3.9, which reaches its End of Life in Oct 2025. The maintainer posted this issue giving a direction of what need to be changed, and mentioning the rationale for this issue, which is to remove Python 3.9 form tests in order to update dependencies which has deprecate Python 3.9.

Challenges I faced

pull request

Lessons learnt

Top comments (0)