Skip to content

Added Unions and Optionals to support python 3.9#164

Closed
maxwildersmith wants to merge 1 commit intoabcminiuser:masterfrom
maxwildersmith:master
Closed

Added Unions and Optionals to support python 3.9#164
maxwildersmith wants to merge 1 commit intoabcminiuser:masterfrom
maxwildersmith:master

Conversation

@maxwildersmith
Copy link
Copy Markdown

Issues with int | None typing on python 3.9, swapped out the syntax to use Union and Optional for better support.

@abcminiuser
Copy link
Copy Markdown
Owner

Temping to raise the min version to 3.10 instead, as with Python 3.14's release 3.9 is now EOL. Anyone have any strong objections?

@abcminiuser
Copy link
Copy Markdown
Owner

Bumped min Python to 3.10 in 47c97ad for now, so that at least the checked-in code is compatible with the reported min compatible version.

@abcminiuser
Copy link
Copy Markdown
Owner

Closing for now - Python 3.10 is now the minimum required Python version.

@abcminiuser abcminiuser closed this May 3, 2026
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.

2 participants