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

fix(annotations): use postponed evaluation #124

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

wpbonelli
Copy link
Contributor

@wpbonelli wpbonelli commented Sep 12, 2023

  • 6899ae1 switched list[... variable annotations to List[... for python 3.8 compatibility
  • instead, opt into postponed evaluation
  • use CI matrix to test python 3.8-3.11

@mwtoews
Copy link
Contributor

mwtoews commented Sep 12, 2023

process-scripts.py needs py39+ to use ast.unparse. Or the ast-compat backport for older versions.

* 6899ae1 switched list[... to List[... for compat with python 3.8
* instead opt into postponed evaluation per suggestion
* use matrix to CI test python 3.8 - 3.11
@wpbonelli
Copy link
Contributor Author

thanks @mwtoews, can't request review but please advise if anything looks amiss

Copy link
Contributor

@mwtoews mwtoews left a comment

Choose a reason for hiding this comment

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

Looks good

@wpbonelli wpbonelli marked this pull request as ready for review September 12, 2023 12:26
@wpbonelli wpbonelli merged commit 7219b2b into MODFLOW-USGS:master Sep 12, 2023
8 checks passed
@wpbonelli wpbonelli deleted the annotations branch September 12, 2023 12:26
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