-
Notifications
You must be signed in to change notification settings - Fork 0
Settup Github CI/CD with unit tests, mypy and linting checks #58
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
Comments
Following the official python versions roadmap :
From where I stand I would suggest:
|
Shall all the packages be based on the same Python version ? |
3.10 is a good starting point until next year. |
I would suggest to keep python 3.9 because this is still the version used in GEOS and therefore in pygeos. |
It is maybe time to try pygeos with python 3.10 |
This PR is about updating GitHub CI (following initial settup #4) to include testing, linting and type checking since more Python code will be push from various teams following #54.
I propose to add:
Some open questions:
The text was updated successfully, but these errors were encountered: