]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Remove separate 3.11 CI now deps support 3.11 (#3446)
authorCooper Lees <cooper@fb.com>
Sat, 17 Dec 2022 17:19:45 +0000 (09:19 -0800)
committerGitHub <noreply@github.com>
Sat, 17 Dec 2022 17:19:45 +0000 (11:19 -0600)
commitc0089ef19dd12f872c581f106b1236c46d609955
treec4b907c8387e4fe5dc4e4e7361ffcd9506badb9d
parent78163939f157d9e18a8c0528fc5e1c58b1c1e69c
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
.github/workflows/fuzz.yml
.github/workflows/test-311.yml [deleted file]
.github/workflows/test.yml
CHANGES.md