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

feat: fixes with mypy, add tox, remove 3.7 support #212

Merged
merged 5 commits into from
Nov 1, 2023

Conversation

sebastianswms
Copy link
Contributor

Added mypy to precommit workflow. Closes #98.

Added mypy to ci_workflow.yml tests using tox. Includes other linting as well.

Removed Python 3.7 in the process so this closes #141 as well.

Copy link
Member

@visch visch left a comment

Choose a reason for hiding this comment

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

We have a slight conflict now :/

@sebastianswms sebastianswms requested a review from visch October 23, 2023 13:37
@@ -31,7 +30,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "<3.12,>=3.7.1"
python = "<3.12,>=3.8.1"
Copy link
Member

Choose a reason for hiding this comment

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

I took a quick peek here just to be sure not to many folks were on 3.7 and it looks fine to me to go with this!

https://pypistats.org/packages/meltanolabs-target-postgres

@visch visch merged commit a99fe7f into MeltanoLabs:main Nov 1, 2023
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.

Remove Python 3.7 Support, and run all tests to completion mypy- fix issues, and to precommit
2 participants