Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix compatibility with minor Python updates (3.12.6 to 3.12.7, 3.11.7 to 3.11.8) #233

Merged
merged 2 commits into from
Nov 1, 2024

Conversation

dalito
Copy link
Member

@dalito dalito commented Nov 1, 2024

Code fixes:

  • Corrected the choices parameter in the add_docs_subparser function. This is required due to changes made in argparse in Python 3.12.7.

Dependency updates:

Closes #231

Due to zipfile changes in from Python 3.11.8 to 3.11.7
openpyxl was updated to still correctly close open files.
@dalito dalito changed the title Issue231 argparse Fix compatibility with minor Python updates (3.12.6->3.12.7 and 3.11.7->3.11.8) Nov 1, 2024
@dalito dalito changed the title Fix compatibility with minor Python updates (3.12.6->3.12.7 and 3.11.7->3.11.8) Fix compatibility with minor Python updates (3.12.6 to 3.12.7, 3.11.7 to 3.11.8) Nov 1, 2024
@dalito dalito merged commit cb2f1a7 into main Nov 1, 2024
4 checks passed
@dalito dalito deleted the issue231-argparse branch November 1, 2024 11:34
@dalito dalito self-assigned this Jan 27, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

Actions fail with Python 3.12.7 but passed with 3.12.6
1 participant