Skip to content
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 #72

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Add support for Python 3.12 #72

wants to merge 13 commits into from

Conversation

amruthvvkp
Copy link
Owner

Fixes #71

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Other (please describe):

Pre-PR Checklist

  • General

    • New code is unit tested.
    • All relevant documentation is updated.
    • This pull request references any related issue by including "closes <link to issue>" (or "fixes" or "resolves"). If the pull request doesn't completely fix the issue, it should include "addresses".
    • Create an issue if this pull request does not completely fix the issue.
  • Code changes

    • This pull request includes tests or only affects documentation.
    • This pull request includes a label categorizing the change e.g. bug, feature, enhancement, docs.

Changes

  • Updates support for Python 3.12
  • Sub-dependency versions updated to support Python 3.7 and 3.8-3.12.
  • Added Python 3.12 to Appveyor test matrix.

Checklist

  • I have read the contributing guidelines.
  • I have followed the code style guidelines.
  • I have added tests to cover my changes.
  • I have updated the documentation to reflect my changes.
  • I have added labels to categorize my changes.
  • I have tested my changes locally and they pass all tests.
  • I have rebased my branch on the latest main branch.
  • I have squashed my commits into a single commit with a descriptive commit message.
  • I have signed the contributor license agreement.

@amruthvvkp amruthvvkp self-assigned this Jun 7, 2024
@amruthvvkp amruthvvkp requested a review from varshithvvs June 7, 2024 11:04
@amruthvvkp amruthvvkp changed the base branch from amruthvvkp/issue46 to master June 7, 2024 11:05
amruthvvkp added 11 commits July 6, 2024 16:52
…test results of Pytest instead of FlaUI nunit tests

Fixes #71
… 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Python 3.12
1 participant