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 pytest python versions and fileinput #118

Merged
merged 6 commits into from
Jan 13, 2024
Merged

Conversation

klmcadams
Copy link
Contributor

fileinput.input() does not take the encoding keyword for python 3.9 (only for 3.10+).

The pytest step in the workflow has only been running 3.10 for each Test, instead of running 3.9, 3.10, 3.11, and 3.12. This is why the fileinput.input() error was not caught

@github-actions github-actions bot added maintenance Package and maintenance related bug Something isn't working labels Jan 12, 2024
Copy link
Member

@RobPasMue RobPasMue left a comment

Choose a reason for hiding this comment

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

LGTM!

@klmcadams klmcadams enabled auto-merge (squash) January 13, 2024 18:39
@klmcadams klmcadams merged commit b2fb9ad into main Jan 13, 2024
28 checks passed
@klmcadams klmcadams deleted the fix/fileinput-python3.9 branch January 13, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants