-----------------------------------
Breaking Changes
^^^^^^^^^^^^^^^^
* Add support for Python 3.11, drop support for Python 3.6 (`2332 <https://github.com/PyGithub/PyGithub/pull/2332>`_) (`1e2f10dc <https://github.com/PyGithub/PyGithub/commit/1e2f10dc>`_)
Bug Fixes & Improvements
^^^^^^^^^^^^^^^^^^^^^^^^
* Speed up get requested reviewers and teams for pr (`2349 <https://github.com/PyGithub/PyGithub/pull/2349>`_) (`6725eceb <https://github.com/PyGithub/PyGithub/commit/6725eceb>`_)
* [WorkflowRun] - Add missing attributes (`run_started_at` & `run_attempt`), remove deprecated `unicode` type (`2273 <https://github.com/PyGithub/PyGithub/pull/2273>`_) (`3a6235b5 <https://github.com/PyGithub/PyGithub/commit/3a6235b5>`_)
* Add support for repository autolink references (`2016 <https://github.com/PyGithub/PyGithub/pull/2016>`_) (`0fadd6be <https://github.com/PyGithub/PyGithub/commit/0fadd6be>`_)
* Add retry and pool_size to typing (`2151 <https://github.com/PyGithub/PyGithub/pull/2151>`_) (`784a3efd <https://github.com/PyGithub/PyGithub/commit/784a3efd>`_)
* Fix/types for repo topic team (`2341 <https://github.com/PyGithub/PyGithub/pull/2341>`_) (`db9337a4 <https://github.com/PyGithub/PyGithub/commit/db9337a4>`_)
* Add class Artifact (`2313 <https://github.com/PyGithub/PyGithub/pull/2313>`_) (#2319) (`437ff845 <https://github.com/PyGithub/PyGithub/commit/437ff845>`_)