diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh index 531b394..8c10ce8 100755 --- a/scripts/prepare_build.sh +++ b/scripts/prepare_build.sh @@ -5,3 +5,5 @@ python setup.py sdist bdist_wheel --python-tag py36 python setup.py sdist bdist_wheel --python-tag py37 python setup.py sdist bdist_wheel --python-tag py38 python setup.py sdist bdist_wheel --python-tag py39 +python setup.py sdist bdist_wheel --python-tag py310 +python setup.py sdist bdist_wheel --python-tag py311