From a406e8cc0331339a8b10294bba0d51e8e3d5ea9b Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Thu, 2 Feb 2023 22:44:30 +0100 Subject: [PATCH] Add python 3.10 and 3.11 builds --- scripts/prepare_build.sh | 2 ++ 1 file changed, 2 insertions(+) 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