Skip to content

Commit

Permalink
Merge pull request #52 from berquist/renovate/versioningit-3.x
Browse files Browse the repository at this point in the history
Update dependency versioningit to v3
  • Loading branch information
berquist authored Mar 22, 2024
2 parents 03a63bb + 281fff6 commit 89ad6bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test_and_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,6 @@ jobs:
run: |
python -m pip install ./dist/*.tar.gz
if: matrix.install-method == 'source'
- name: Smoke test
run: |
python -c 'import pymolresponse; print(pymolresponse.__version__)'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ docs = [
dev = ["pymolresponse[docs,test]"]

[build-system]
requires = ["setuptools>=61.0", "versioningit~=2.0"]
requires = ["setuptools>=61.0", "versioningit~=3.1"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
Expand Down

0 comments on commit 89ad6bf

Please sign in to comment.