-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
PYTHON-4840 Add evergreen tests for free-threaded Python 3.13t #2048
Conversation
doc/changelog.rst
Outdated
`Free-threaded CPython <https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-free-threaded-cpython>`_. | ||
We do not yet support free-threaded Python on Windows (`PYTHON-5027`_) or with Encryption (`PYTHON-5024`_). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Encryption -> "In-Use Encryption".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
working_dir: "src" | ||
binary: bash | ||
include_expansions_in_env: ["PYTHON_BINARY"] | ||
args: [ .evergreen/scripts/run-direct-tests.sh ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need a new entry point to test free threading?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hatch doesn't work with it, because it depends on cryptography. It made more sense to me to add this specific entry point then try to hack back in a "SKIP_HATCH" flag.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks SGTM
I had to resolve a merge conflict in the changelog. |
Patch build: https://spruce.mongodb.com/version/677bd859afd77c0007862ebc/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC