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 unimplemented default TypeVar argument in 3.13a4 #3917

Conversation

JonathanPlasse
Copy link
Contributor

@JonathanPlasse JonathanPlasse commented Mar 11, 2024

also closes #3918 by cherry-picking

@Zac-HD
Copy link
Member

Zac-HD commented Mar 11, 2024

Ah, looks like it's time to un-comment the py313 tests in .github/workflows/main.yml (and add nocover + niche) - they were disabled for the pre-alpha phase due to instability, but now that we're in alpha and getting issues about it, we can re-enable.

@JonathanPlasse
Copy link
Contributor Author

I fix the remaining error and enable the CI for 3.13.
There are CI errors, but they seem unrelated to the changes of this PR.

@Zac-HD
Copy link
Member

Zac-HD commented Mar 11, 2024

Thanks again @JonathanPlasse! I'll push some skips for those tests and open an issue to follow up shortly 👍

@Zac-HD Zac-HD force-pushed the fix-typevar-default-unavailable-on-3.13.0.alpha.4 branch from 5ea0ed5 to c94c97d Compare March 11, 2024 18:28
@Zac-HD Zac-HD enabled auto-merge March 11, 2024 18:28
@Zac-HD Zac-HD merged commit 479448d into HypothesisWorks:master Mar 11, 2024
51 checks passed
@JonathanPlasse JonathanPlasse deleted the fix-typevar-default-unavailable-on-3.13.0.alpha.4 branch March 11, 2024 19:06
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.

TypeError on CPython 3.13 for 6.99.2
3 participants