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

test with python 3.13 #1977

Merged
merged 1 commit into from
May 13, 2024
Merged

test with python 3.13 #1977

merged 1 commit into from
May 13, 2024

Conversation

davidism
Copy link
Member

Run tests on Python 3.13. Python 3.7 requires an old version of trio, but 3.13 fails with that version. Add a new pin file for tests on 3.7. Update the update requirements tox env to be run with tox r -m update.

tests/test_loader.py::test_package_zip_list fails on 3.13 as there is no longer a loader._files attribute. I know I refactored this a while ago, I can't remember why I didn't use importlib.resources. I don't have time to refactor to use importlib.resources right now, so marking this test xfail for now.

update dev dependencies
refactor update tox envs
3.7 requires an old version of trio

xfail zip loader template test
@davidism davidism merged commit e82013c into 3.1.x May 13, 2024
13 checks passed
@davidism davidism deleted the 313 branch May 13, 2024 15:45
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant