Skip to content

Commit

Permalink
chore(deps): update dependency setuptools to v75 (kivy#8829)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency setuptools to v75

* sdist now conforms to pep625 (lowercase)

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mirko Galimberti <[email protected]>
  • Loading branch information
renovate[bot] and misl6 authored Jan 1, 2025
1 parent 4da1903 commit d96e048
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/ubuntu_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install_kivy_sdist() {
root="$(pwd)"
cd ~

kivy_fname=$(ls $root/dist/Kivy-*.tar.gz)
kivy_fname=$(ls $root/dist/kivy-*.tar.gz)
python3 -m pip install "$kivy_fname[$options]"
}

Expand Down
2 changes: 1 addition & 1 deletion .ci/windows_ci.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function Install-kivy-sdist {
$root=(pwd).Path
cd "$HOME"

$kivy_fname=(ls $root/dist/Kivy-*.tar.gz).name
$kivy_fname=(ls $root/dist/kivy-*.tar.gz).name
python -m pip install "$root/dist/$kivy_fname[full,dev]"
}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools~=69.2.0",
"setuptools~=75.6.0",
"wheel~=0.44.0",
"packaging~=24.0",
"cython>=0.29.1,<=3.0.11",
Expand Down

0 comments on commit d96e048

Please sign in to comment.