python: build wheels for python 3.10

Recent manylinux2014 images contain Python 3.10 and Python 3.11.
Python 3.11 is in beta, so adding only Python 3.10.
This commit is contained in:
link2xt
2022-06-02 20:14:36 +00:00
parent 1d568076df
commit aaf3a17ada
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
### Changes
- refactorings #3373 #3345 #3380 #3382
- node: move split2 to devDependencies
- python: build Python 3.10 wheels #3392
### Fixes