elfi-dev / elfi

ELFI - Engine for Likelihood-Free Inference
http://elfi.readthedocs.io
BSD 3-Clause "New" or "Revised" License
265 stars 60 forks source link

Drop support for py36 and add py39 and py310 #440

Closed hpesonen closed 1 year ago

hpesonen commented 1 year ago

Summary:

Update test matrix by dropping support for py36 and adding py39 and py310

Please make sure

If your contribution adds, removes or somehow changes the functional behavior of the package, please check that

and the proposed changes pass all unit tests (check step 6 of CONTRIBUTING.rst for details)

Copyright and Licensing

Please list the copyright holder for the work you are submitting (this will be you or your assignee, such as a university or company):

By submitting this pull request, the copyright holder is agreeing to license the submitted work under the following licenses:

uremes commented 1 year ago

python 3.6 is still mentioned in CONTRIBUTING.rst, installation.rst, quickstart.rst, and setup.py

hpesonen commented 1 year ago

python 3.6 is still mentioned in CONTRIBUTING.rst, installation.rst, quickstart.rst, and setup.py

Good point, made the changes in CONTRIBUTING.rst installation.rst setup.py

quickstart.rst is generated from the notebooks, I'll update them in notebooks PR and update quickstart.rst after that.