Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcan we use different tag to match different python tag? #203
Comments
|
Hi @jiamo So far the build system can be used to compile any version of python from 2.7.3 to 2.7.14, and also 3.5.1 to 3.5.2. These are the version whose checksum are explicitly listed in the top-level CMakeLists.txt It also possible to pass All of that said, it may be good to have to branch |
|
xref #214 |
like tag 3.8 to match CPython3.8? This will be good for tracing the new code.