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

Python3.13 compat #809

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

autoimport/sqlite.py: python3.13 iterdir() raises PermissionError

90e2451
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Python3.13 compat #809

autoimport/sqlite.py: python3.13 iterdir() raises PermissionError
90e2451
Select commit
Loading
Failed to load commit list.
GitHub Actions / Task Completed Checker failed Jan 2, 2025 in 0s

Task Completed Checker

Some tasks are uncompleted!

Details

❌ Uncompleted Tasks

  • I have added tests that prove my fix is effective or that my feature works
  • I have updated CHANGELOG.md
  • I have made corresponding changes to user documentation for new features
  • I have made corresponding changes to library documentation for API changes