Skip to content

Commit

Permalink
chore: bump settings sync with ape (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotPeopling2day authored Aug 31, 2022
1 parent c22ba49 commit 7f64b8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .[release]
- name: Build
run: python setup.py sdist bdist_wheel

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-yaml

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"twine", # Package upload tool
],
"dev": [
"commitizen>=2.19,<2.20", # Manage commits and publishing releases
"commitizen", # Manage commits and publishing releases
"pre-commit", # Ensure that linters are run prior to committing
"pytest-watch", # `ptw` test watcher/runner
"IPython", # Console for interacting
Expand Down Expand Up @@ -76,7 +76,7 @@
"py-cid>=0.3.0,<0.4",
"requests>=2.28.1,<3",
],
python_requires=">=3.7.2,<3.11",
python_requires=">=3.7.2,<4",
extras_require=extras_require,
py_modules=["ethpm_types"],
license="Apache-2.0",
Expand Down

0 comments on commit 7f64b8f

Please sign in to comment.