-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adding PyTwin to the PyAnsys metapackage - Needs to support Python 3.7 #55
Comments
Hell @RobPasMue! |
That's awesome @lboucin! Thanks for looking into it. If you need any help let me know. By the way, it looks like your |
Thank you @RobPasMue for pointing that out to me. I've just restarted the |
Sounds like a great idea! The more we use GitHub's own runners the better - that way we do not need dedicated machines for running our CI/CD pipelines. |
Hello @RobPasMue, Fyi, I'm still working on supporting python3.7 on this branch (maint/python3.7). I've encountered multiple issues:
|
Hi @lboucin!
[tool.poetry.dependencies]
...
importlib-metadata = {version = "^4.0", python = "<3.8"}
|
Hello @RobPasMue, PR66 should solve this issue. Could you please review it? Thanks! |
Completed with PR66 |
Awesome! I recommend you do a new release with all these changes whenever possible :) |
Hi all!
As per @MaxJPRey request, I tried to add
pytwin
to thepyansys
metapackage repository, so that it is distributed as part of our bundle package.However, we encountered some issues in the process. It seems that
pytwin
does not support Python 3.7. This is a requirement for the metapackage since we are ensuring that all Python versions that are currently maintained keep being supported. This means Python 3.7 to 3.10. In fact, we are in process of supporting Python 3.11 as well - but this may take a while.Would it be possible to make
pytwin
support Python 3.7? I can help you out implementing the needed changes. Thanks in advance!! 😃The text was updated successfully, but these errors were encountered: