You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears to be currently impossible to add a benchmark that uses a feature added in Python >3.7. Even if you add the requires-python field in the pyproject.toml file for a specific benchmark, the benchmark is run on all Python versions in CI. This means that the CI will fail if the benchmark includes a feature that is new in 3.8, for example.
This issue currently blocks both of these open PRs:
It appears to be currently impossible to add a benchmark that uses a feature added in Python >3.7. Even if you add the
requires-python
field in thepyproject.toml
file for a specific benchmark, the benchmark is run on all Python versions in CI. This means that the CI will fail if the benchmark includes a feature that is new in 3.8, for example.This issue currently blocks both of these open PRs:
typeshed-stats
#268The text was updated successfully, but these errors were encountered: