Android-FileBrowser-FilePicker icon indicating copy to clipboard operation
Android-FileBrowser-FilePicker copied to clipboard

Add Python 3.13 and drop Python 3.8

Open waylan opened this issue 1 year ago • 2 comments
trafficstars

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 avatar Oct 08 '24 12:10 waylan

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.

waylan avatar Oct 08 '24 13:10 waylan

@waylan just allow prereleases

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

facelessuser avatar Oct 08 '24 13:10 facelessuser

What's the current status here?

cdce8p avatar Mar 25 '25 15:03 cdce8p

I forgot that this existed. Thanks for the reminder. It has been merged now.

waylan avatar Mar 25 '25 17:03 waylan