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

Update ci #296

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Conversation

JanEricNitschke
Copy link
Collaborator

Updating linters and adding python 3.12 to workflow to see if everything works.

@JanEricNitschke
Copy link
Collaborator Author

3.12 seems to crash because of the removal of distutils.

https://docs.python.org/3.12/whatsnew/3.12.html#distutils

@JanEricNitschke
Copy link
Collaborator Author

Seem to be due to numpy not supporting 3.12 until 1.26.0 which is currently excluded from our requirements.

https://numpy.org/devdocs/release/1.26.0-notes.html

@JanEricNitschke
Copy link
Collaborator Author

I have updated the numpy dependency, maybe that now makes it work with 3.12.

I also added pymend to the pre-commit configuration. Left me know what you think.

@JanEricNitschke
Copy link
Collaborator Author

Also i feel that our current setup with the installation is a bit messy. We have the requirements.txt, setup.py and pyproject.toml and all of them specify the dependencies.

@JanEricNitschke
Copy link
Collaborator Author

Updated all dependencies to the newest versions on pypi. Lets see if this builds and if all tests still pass.

@JanEricNitschke
Copy link
Collaborator Author

3.12 issue seem to now be shapely which does not have a wheel for 3.12 yet on pypi.

@JanEricNitschke JanEricNitschke marked this pull request as ready for review October 13, 2023 15:15
@JanEricNitschke JanEricNitschke changed the title DRAFT: Update ci Update ci Oct 31, 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.

None yet

1 participant