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

Install typing_extensions for compatibility with Python 3.7 #497

Merged
merged 12 commits into from
Dec 31, 2023

Conversation

MilesCranmer
Copy link
Owner

@MilesCranmer MilesCranmer commented Dec 31, 2023

Since typing.Literal doesn't exist on Python 3.7, we need to install typing_extensions for such older versions.

Also updates the CI to test Python 3.7 & 3.11, and Julia 1.6 & 1.10

@MilesCranmer MilesCranmer changed the title Install typing_extensions for compatibility with older Python Install typing_extensions for compatibility with Python <=3.7 Dec 31, 2023
@MilesCranmer MilesCranmer changed the title Install typing_extensions for compatibility with Python <=3.7 Install typing_extensions for compatibility with Python 3.7 Dec 31, 2023
@MilesCranmer MilesCranmer force-pushed the fix-older-python branch 3 times, most recently from 54d310f to 53c1e4c Compare December 31, 2023 15:12
@MilesCranmer MilesCranmer merged commit d2c9c27 into master Dec 31, 2023
30 checks passed
@MilesCranmer MilesCranmer deleted the fix-older-python branch December 31, 2023 15:46
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.

1 participant