-
Notifications
You must be signed in to change notification settings - Fork 123
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
Limiting the python upper version to 3.11 #2469
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov Report
@@ Coverage Diff @@
## main #2469 +/- ##
==========================================
+ Coverage 83.51% 83.78% +0.27%
==========================================
Files 44 44
Lines 8660 8660
==========================================
+ Hits 7232 7256 +24
+ Misses 1428 1404 -24 |
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Adding `mapdl` (lowercase) to accepts. Fixing other warnings.
By the way, why >=3.8.1 and not just 3.8? |
Because I miss read a comment in stackoverflow so I thought I had to specify the 3 digits version. But it is not needed indeed. |
Until pyvista (and hence vtk) supports python 3.12. We are stuck on 3.11.
Close #2427