Skip to content

Conversation

@amjith
Copy link
Member

@amjith amjith commented Nov 25, 2024

Description

Remove Python 3.8 and add Python 3.13

Checklist

  • I've added this contribution to the changelog.md.

if os.path.exists(context.editor_file_name):
os.remove(context.editor_file_name)
context.cli.sendline("\e {0}".format(os.path.basename(context.editor_file_name)))
context.cli.sendline("\\e {0}".format(os.path.basename(context.editor_file_name)))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or a raw string, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I could have done raw strings as well.

@amjith amjith merged commit 38b886e into main Nov 25, 2024
5 checks passed
@amjith amjith deleted the update-py-versions branch November 25, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants