Skip to content

fix: Fix type hint support for Python 3.9#28

Merged
kylebarron merged 5 commits into
mainfrom
kyle/fix-3.9-support
May 21, 2025
Merged

fix: Fix type hint support for Python 3.9#28
kylebarron merged 5 commits into
mainfrom
kyle/fix-3.9-support

Conversation

@kylebarron

@kylebarron kylebarron commented May 21, 2025

Copy link
Copy Markdown
Member

Previously type hints incorrectly didn't import from typing_extensions for older constructs.

Closes #27

@kylebarron kylebarron changed the title chore: Fix type hint support for Python 3.9 fix: Fix type hint support for Python 3.9 May 21, 2025
@kylebarron

Copy link
Copy Markdown
Member Author

Validated in https://github.com/developmentseed/obspec/actions/runs/15168880842/job/42653665679?pr=28 that CI does correctly fail on earlier Python versions when newer Python syntax is accidentally used.

image

@kylebarron kylebarron merged commit a3edb43 into main May 21, 2025
5 checks passed
@kylebarron kylebarron deleted the kyle/fix-3.9-support branch May 21, 2025 17:40
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.

Add ci checking with python 3.9

1 participant