From: Cooper Lees Date: Sat, 17 Dec 2022 17:19:45 +0000 (-0800) Subject: Remove separate 3.11 CI now deps support 3.11 (#3446) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/c0089ef19dd12f872c581f106b1236c46d609955?hp=c0089ef19dd12f872c581f106b1236c46d609955 Remove separate 3.11 CI now deps support 3.11 (#3446) * Remove separate 3.11 CI now deps support 3.11 - We can run everything now like all other stable versions of Python - test in a 3.11 vent: `/tmp/tb/bin/tox -e py311,ci-py311` ``` py311: OK (28.99=setup[7.90]+cmd[5.29,0.66,6.94,6.08,1.89,0.24] seconds) ci-py311: OK (30.33=setup[3.20]+cmd[3.66,0.31,17.43,4.60,0.90,0.23] seconds) congratulations :) (59.35 seconds) ``` * Add to CHANGES.md * Add fuzz run in 3.11 ---