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 and drop Python 3.8 #1487

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

waylan
Copy link
Member

@waylan waylan commented Oct 8, 2024

Yesterday (2024-10-07), Python 3.13 was released and 3.8 reached end-of-life. This adjusts Python-Markdown's meta-data and tests to match.

However, I don't expect to immediately merge this. We can wait until we know we are working on our next major release. That is, unless there are some failing tests in 3.13.

@waylan
Copy link
Member Author

waylan commented Oct 8, 2024

Sigh. It appears that GitHub has not yet added the final release of Python 3.13. We'll need to rerun the tests when they do.

@facelessuser
Copy link
Collaborator

@waylan just allow prereleases

      with:
        python-version: ${{ matrix.python-version }}
        allow-prereleases: true

@waylan waylan added the approved The pull request is ready to be merged. label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved The pull request is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants