diff --git a/.ci-config.json b/.ci-config.json index 0e8eac4..0e28add 100644 --- a/.ci-config.json +++ b/.ci-config.json @@ -1,4 +1,4 @@ { - "python_version_current": "3.11", - "python_versions_active": ["3.8", "3.9", "3.10", "3.11"] + "python_version_current": "3.12", + "python_versions_active": ["3.8", "3.9", "3.10", "3.11", "3.12"] } diff --git a/requirements-dev.txt b/requirements-dev.txt index c0c68ce..e4bfab5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -40,6 +40,8 @@ requests-toolbelt==1.0.0 requests==2.31.0 rfc3986==2.0.0 rich==13.6.0 +setuptools==68.2.2 twine==4.0.2 urllib3==2.0.6 +wheel==0.41.2 zipp==3.17.0 diff --git a/script/cibuild-setup-py b/script/cibuild-setup-py index 49f8409..31d1d32 100755 --- a/script/cibuild-setup-py +++ b/script/cibuild-setup-py @@ -7,6 +7,7 @@ echo "## create test venv ###################################################### TMP_DIR=$(mktemp -d -t ci-XXXXXXXXXX) python3 -m venv $TMP_DIR . "$TMP_DIR/bin/activate" +pip install setuptools echo "## environment & versions ######################################################" python --version pip --version