What's Changed
* add version of Richards that uses super() by carljm in https://github.com/python/pyperformance/pull/271
* On older versions of Python, skip benchmarks that use features introduced in newer Python versions by AlexWaygood in https://github.com/python/pyperformance/pull/283
* Add a benchmark for runtime-checkable protocols by AlexWaygood in https://github.com/python/pyperformance/pull/280
* Don't run the daily test on contributors' GitHub forks by AlexWaygood in https://github.com/python/pyperformance/pull/285
* Use `tomllib/tomli` over `toml` by AlexWaygood in https://github.com/python/pyperformance/pull/284
* support --inherit-environ when reusing a venv by carljm in https://github.com/python/pyperformance/pull/288
* Fix undefined variable by chzhyang in https://github.com/python/pyperformance/pull/270
* Include cert files for asyncio_tcp_ssl benchmark by mdboom in https://github.com/python/pyperformance/pull/289
* Extend async tree benchmarks to cover eager task execution by itamaro in https://github.com/python/pyperformance/pull/279
* Don't specify setuptools as a dependency by mdboom in https://github.com/python/pyperformance/pull/290
* Add mypy config; run mypy in CI by AlexWaygood in https://github.com/python/pyperformance/pull/286
* gh-294: Fix typo of str.partition from _pyproject_toml.py by corona10 in https://github.com/python/pyperformance/pull/295
* Only run dependabot on the "main" requirements.txt by mdboom in https://github.com/python/pyperformance/pull/296
* Bump tornado from 6.1 to 6.3.2 in /pyperformance/data-files/benchmarks/bm_tornado_http by dependabot in https://github.com/python/pyperformance/pull/297
* Revert "Bump tornado from 6.1 to 6.3.2 in /pyperformance/data-files/benchmarks/bm_tornado_http" by hugovk in https://github.com/python/pyperformance/pull/299
New Contributors
* chzhyang made their first contribution in https://github.com/python/pyperformance/pull/270
**Full Changelog**: https://github.com/python/pyperformance/compare/1.0.7...1.0.8