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

TypeError on CPython 3.13 for 6.99.2 #3916

Closed
skirpichev opened this issue Mar 11, 2024 · 1 comment · Fixed by #3917
Closed

TypeError on CPython 3.13 for 6.99.2 #3916

skirpichev opened this issue Mar 11, 2024 · 1 comment · Fixed by #3917

Comments

@skirpichev
Copy link

I got on CPython 3.13a4 (during collection of tests by pytest):

    /Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/hypothesis/strategies/_internal/strategies.py:56: in <module>
        Ex = TypeVar("Ex", covariant=True, default=Any)
    E   TypeError: typevar() got an unexpected keyword argument 'default'

CI logs: https://github.com/skirpichev/gmpy/actions/runs/8227832838/job/22496350932

@JonathanPlasse
Copy link
Contributor

Sorry for the CI breakage.

skirpichev added a commit to skirpichev/gmpy that referenced this issue Mar 13, 2024
I got on CPython 3.13a4 (during collection of tests by pytest):
/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/hypothesis/strategies/_internal/strategies.py:56: in <module>
    Ex = TypeVar("Ex", covariant=True, default=Any)
E   TypeError: typevar() got an unexpected keyword argument 'default'

// fixed in 6.99.4, see HypothesisWorks/hypothesis#3916
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 a pull request may close this issue.

2 participants