lmmentel / mendeleev

A python package for accessing various properties of elements, ions and isotopes in the periodic table of elements.
https://mendeleev.readthedocs.io
MIT License
222 stars 42 forks source link

Include python 3.13 in testing and CI #188

Open lmmentel opened 1 week ago

lmmentel commented 1 week ago

Is your feature request related to a problem? Please describe. Python 3.13.0 was recently released and it should be included in the test coverage.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

ElricleNecro commented 1 day ago

If I can add my 2 cents: unless there are changes that are known to break a package, we shouldn't add a version upper limit as this can have heavy impact on downstream package when not necessary.

(this is also in poetry guidelines)

lmmentel commented 1 day ago

Thanks, do you have any specific packages in mind here?