8000 Updated files with 'repo_helper'. (#121) · domdfcoding/domdf_python_tools@094de5f · GitHub
[go: up one dir, main page]

Skip to content

Commit 094de5f

Browse files
Updated files with 'repo_helper'. (#121)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 1836bf8 commit 094de5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conda_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python -VV
4040
python -m site
4141
python -m pip install --upgrade pip setuptools wheel
42-
python -m pip install --upgrade "whey-conda" "setuptools!=61.*,>=40.6.0" "wheel>=0.34.2"
42+
python -m pip install --upgrade "whey-conda" "setuptools!=61.*,<=67.1.0,>=40.6.0" "wheel>=0.34.2"
4343
# $CONDA is an environment variable pointing to the root of the miniconda directory
4444
$CONDA/bin/conda update -n base conda
4545
$CONDA/bin/conda config --add channels conda-forge

.github/workflows/python_ci_linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
python -VV
205205
python -m site
206206
python -m pip install --upgrade pip setuptools wheel
207-
python -m pip install --upgrade "mkrecipe" "setuptools!=61.*,>=40.6.0" "wheel>=0.34.2"
207+
python -m pip install --upgrade "mkrecipe" "setuptools!=61.*,<=67.1.0,>=40.6.0" "wheel>=0.34.2"
208208
# $CONDA is an environment variable pointing to the root of the miniconda directory
209209
$CONDA/bin/conda config --set always_yes yes --set changeps1 no
210210
$CONDA/bin/conda update -n base conda

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = [ "setuptools!=61.*,>=40.6.0", "wheel>=0.34.2",]
2+
requires = [ "setuptools!=61.*,<=67.1.0,>=40.6.0", "wheel>=0.34.2",]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)
0