-
-
Notifications
You must be signed in to change notification settings - Fork 107
Add support for 3.14 free-threaded #266
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
Changes from 8 commits
7748850
192d0f3
c860495
52ebfee
f70e46c
d0f0b66
3526647
cc39184
f24ca7c
e56f276
6fdd1ba
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,7 +30,8 @@ | |
| # garbage collection pitfalls. | ||
| # Require 1.17 everywhere so we don't have to think about supporting older | ||
| # versions. | ||
| MINIMUM_CFFI_VERSION = "1.17" | ||
| # Require 2.0 for improved free-threading support | ||
| MINIMUM_CFFI_VERSION = "2.0" | ||
|
||
|
|
||
| ext_suffix = os.environ.get("SETUPTOOLS_EXT_SUFFIX") | ||
| if ext_suffix: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.