-
Notifications
You must be signed in to change notification settings - Fork 3
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.12 #71
Milestone
Comments
20 tasks
amruthvvkp
added a commit
that referenced
this issue
Jul 6, 2024
…test results of Pytest instead of FlaUI nunit tests Fixes #71
amruthvvkp
added a commit
that referenced
this issue
Jul 6, 2024
… SDK version using Chocolatey. Environment Refresh: Ensured that the environment variables are refreshed after the installation. Error Handling: Wrapped the PowerShell script execution in a try-catch block to capture and report any errors that occur. Debugging Commands: Added commands to output the content of global.json and verify the dotnet command path. Fixes #71
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The current version of the library does not support Python 3.12. This is a feature request to add support for Python 3.12.
Describe the solution you'd like
We would like to add support for Python 3.12. This would involve testing the library with Python 3.12 and making any necessary changes to ensure that the library works correctly with Python 3.12. What it means in a summary -
Describe alternatives you've considered
We could continue to use Python 3.11, but we would like to take advantage of the new features and improvements in Python 3.12.
Additional context
This issue is also related to the Python 3.12 release schedule: https://www.python.org/dev/peps/pep-0619/
The text was updated successfully, but these errors were encountered: