From: Cooper Lees Date: Tue, 23 Aug 2022 03:39:48 +0000 (-0700) Subject: Add passing 3.11 CI by exempting blackd tests (#3234) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/59acf8af38a72e57b26d739adb5d5e7f350e8f2c?hp=59acf8af38a72e57b26d739adb5d5e7f350e8f2c Add passing 3.11 CI by exempting blackd tests (#3234) - Had to exempt blackd tests for now due to aiohttp - Skip by using `sys.version_info` tuple - aiohttp does not compile in 3.11 yet - refer to #3230 - Add a deadsnakes ubuntu workflow to run 3.11-dev to ensure we don't regress - Have it also format ourselves Test: - `tox -e 311` Co-authored-by: Cooper Ry Lees Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com> ---