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

Fix build and support Python 3.12 / 3.13 correctly. #59

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

Conversation

ChrisJefferson
Copy link

@ChrisJefferson ChrisJefferson commented Oct 20, 2024

Update tests, check Python 3.12 and 3.13, Fix #58 58

@ChrisJefferson
Copy link
Author

The main issue with this PR is that I the tests didn't pick up the issue, when I tried to test with 3.12 / 3.13. @noahp , are you confident on how we test different versions with tox, I wonder if the version isn't being installed correctly, and I'm not fully clear how it works.

I'm tempted to switch installing different python versions to uv, just because while that tool is new I use it, so I'm (reasonably) confident I know how it works.

@ChrisJefferson ChrisJefferson changed the title Fix build Fix build and support Python 3.12 / 3.13 correctly. Oct 20, 2024
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.12 tempfile.mkdtemp() change impacts --flat behavior
1 participant