mkb79 / Audible

A(Sync) Interface for internal Audible API written in pure Python.
https://audible.readthedocs.io
GNU Affero General Public License v3.0
314 stars 38 forks source link

Creating new release with support for newer Python #510

Closed jubalh closed 2 weeks ago

jubalh commented 3 weeks ago

Thanks for your project! I'm currently packaging audible-cli and this project for openSUSE. When packaging I stumbled upon the following: ERROR: Package 'audible' requires a different Python: 3.12.5 not in '<3.12,>=3.8'. And saw that for the latest release you require <3.12,>=3.8. I saw that there have been quite a few commits since the last release and wondered if you plan on creating a new one and could make it work with a more recent Python.

mkb79 commented 3 weeks ago

Hi,

yeah, the master branch requires Python >=3.10 and <3.13. I can make a new release with these changes soon. I only need feedback from some testers, if they have some troubles. On my side, the master branch runs fine.

mkb79 commented 2 weeks ago

@jubalh I've created v0.10.0 right now and published the release on PyPI.

jubalh commented 2 weeks ago

Thanks! I updated my package and will now try to push it into official repositories for openSUSE.