Skip to content

Add support for spatialite database backend #439

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

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

Ch00k
Copy link
Contributor

@Ch00k Ch00k commented Oct 1, 2024

This adds support for SpatiaLite database backend.

Unfortunately, due to a bug in SpatiaLite 5.0, the one that is supplied with Ubuntu 22.04, the database can not be properly initialized, which makes the e2e tests fail. That bug is fixed in SpatiLite 5.1, which is supplied with Ubuntu 24.04, hence the change to the runner OS.

With this change we are, however, not able to install Python 3.7 anymore, because it is no longer available for Ubuntu 24.04.

Since Python 3.7 is EOL, I think it's fine if we drop it from CI. If, however, we'd want to keep it, I'll have to figure out a way to install SpatiaLite on Ubuntu 22.04.

@asherf
Copy link
Member

asherf commented Oct 1, 2024

It is fine do drop support for python 3.7
But pyproject.toml also need to be updated to reflect that

@Ch00k
Copy link
Contributor Author

Ch00k commented Oct 1, 2024

But pyproject.toml also need to be updated to reflect that

@asherf it was updated ;)

@asherf asherf merged commit 0cd21c6 into django-commons:master Oct 1, 2024
5 checks passed
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