saattrupdan / doubt

Bringing back uncertainty to machine learning.
MIT License
50 stars 3 forks source link

Include python3.12 #69

Closed pavelzw closed 1 year ago

saattrupdan commented 1 year ago

@pavelzw Any reason for closing? I'd be up for supporting 3.12, if the tests pass 🙂

pavelzw commented 1 year ago

Scipy only distributes for py312 with scipy >=1.11.2, see pypi. But for these versions, there is no 3.8 build available. The only easy way to make poetry install happy is to use python ">=3.9,<3.13". If you're also willing to drop python 3.8 support, I can reopen this PR.

saattrupdan commented 1 year ago

Aha. I think I would prioritise 3.8 support over 3.12 for the time being, as 3.8 is still the default for many people, sorry about that. If you really want to use 3.12 then I'd suggest you fork the repo, do the needed changes and install locally.

Following the Python schedule, I would stop supporting 3.8 in the second half of 2024, coinciding with when 3.13 comes out.