Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3.10 #653

Merged

Conversation

marvinpfoertner
Copy link
Collaborator

@marvinpfoertner marvinpfoertner commented Feb 25, 2022

In a Nutshell

This PR adds support for Python 3.10

Detailed Description

  • require Python >=3.8 but < 3.11
  • Add conditional requirements on specific NumPy and SciPy versions, which introduced 3.10 support
  • For some reason, minimum-jaxlib does not work under 3.10

Related Issues

Closes #633

@marvinpfoertner marvinpfoertner added testing and CI Unit tests, coverage and continuous integration dependencies Pull requests that update a dependency file labels Feb 25, 2022
@marvinpfoertner marvinpfoertner self-assigned this Feb 25, 2022
@marvinpfoertner marvinpfoertner requested a review from a team as a code owner February 25, 2022 16:13
setup.cfg Show resolved Hide resolved
@marvinpfoertner marvinpfoertner merged commit 8a30f08 into probabilistic-numerics:main Feb 26, 2022
@marvinpfoertner marvinpfoertner deleted the python310 branch February 26, 2022 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file testing and CI Unit tests, coverage and continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Python 3.10
2 participants