Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Graeb <[email protected]>
  • Loading branch information
waahm7 and graebm authored Sep 23, 2024
1 parent fdf644c commit 80de4fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ def awscrt_ext():
define_macros.append(('Py_LIMITED_API', '0x030D0000'))
py_limited_api = True
elif sys.version_info >= (3, 11):
# 3.11 is the first stable ABI that has everything we need
define_macros.append(('Py_LIMITED_API', '0x030B0000'))
py_limited_api = True

Expand Down

0 comments on commit 80de4fc

Please sign in to comment.