Skip to content

How to build a version that supports python 3.6 #57

Answered by RUrlus
javiqm12 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @javiqm12,

That's not trivial but the main steps are:

  1. Find latest PyBind11 version that supports 3.6 (I think 2.10 but not sure)
  2. Find latest NumPy version that supports 3.6
  3. Fix/Remove all type annotations
  4. Correct minimum python version in pyproject.toml
  5. Work through the other issues you encounter...

You shouldn't really face any issue on the C++ side of things (I think).

Given that Python 3.6 is well beyond end-of-life I dropped support a while ago now.
Good luck!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@javiqm12
Comment options

Answer selected by javiqm12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
wontfix This will not be worked on
2 participants