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

Add uri=True in mvt/ios/modules/base.py #442

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

msx98
Copy link
Contributor

@msx98 msx98 commented Dec 28, 2023

This fixes #434 - tested on Ubuntu 22.04, Python 3.11.6

uri was added in Python 3.4 and it looks like this repo already requires >=3.8

I did not add 3.11 to .github/workflows/python-package.yml because it causes the CI to fail on safety (outdated pip - requires >=23.3), but unit tests seem to pass on this version

@msx98 msx98 marked this pull request as ready for review December 28, 2023 10:23
Copy link
Contributor

@roaree roaree left a comment

Choose a reason for hiding this comment

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

Nice catch! I wonder how it ever worked without it...

@roaree roaree merged commit b7df87a into mvt-project:main Dec 28, 2023
4 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.

Errors when running mvt-ios check-backup
2 participants