Skip to content

Commit

Permalink
chore: dependencies = setuptools for gyp --version on Python >= 3.12 (
Browse files Browse the repository at this point in the history
#256)

* chore: dependencies = setuptools for gyp --version on Python >= 3.12

* dependencies = ["packaging>=24.0", "setuptools>=69.5.1"]Update pyproject.toml

Co-authored-by: Chengzhong Wu <cwu631@bloomberg.net>

* Test CLI commands on a pipx install

---------

Co-authored-by: Chengzhong Wu <cwu631@bloomberg.net>
  • Loading branch information
cclauss and legendecas committed May 26, 2024
1 parent 9ea7409 commit 310822c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ jobs:
run: pytest
# - name: Run doctests with pytest
# run: pytest --doctest-modules
- name: Test CLI commands on a pipx install
run: |
pipx run --no-cache --spec ./ gyp --help
pipx run --no-cache --spec ./ gyp --version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "A fork of the GYP build system for use in the Node.js projects"
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.8"
dependencies = ["packaging>=24.0"]
dependencies = ["packaging>=24.0", "setuptools>=69.5.1"]
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
Expand Down

0 comments on commit 310822c

Please sign in to comment.