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

Preliminary support for Python 3.13 #1032

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

mrbean-bremen
Copy link
Member

@mrbean-bremen mrbean-bremen commented Jun 27, 2024

  • account for changes in pathlib implementation
  • reload glob to account for changed implementation
  • improve handling of admin user under Windows
  • add os.isreserved
  • change os.path.isabs under Windows
  • add worksaround for recursion with linecache
  • exclude extra dependencies tests for 3.13 under Windows (pandas not available yet)

Fixes #1017.

Tasks

  • Unit tests added that reproduce the issue or prove feature is working
  • Fix or feature added
  • Entry to release notes added
  • Pre-commit CI shows no errors
  • Unit tests passing
  • For documentation changes: The Read the Docs preview builds and looks as expected

- account for changes in pathlib implementation
- reload glob to account for changed implementation
- improve handling of admin user under Windows
- add os.isreserved
- change os.path.isabs under Windows
- add worksaround for recursion with linecache
- exclude extra dependencies tests for 3.13 under Windows
  (pandas not available yet)
@mrbean-bremen
Copy link
Member Author

I'm going to merge this. There is some performance degradation, but I couldn't pin it to any change I made - will just wait for the final version before investigating further.

@mrbean-bremen mrbean-bremen merged commit 66c6300 into pytest-dev:main Jun 27, 2024
67 checks passed
@mrbean-bremen mrbean-bremen deleted the python3.13 branch June 28, 2024 17:09
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.

Python 3.13.0 beta 1 crashes
1 participant