Skip to content

Commit

Permalink
feat: RedisLock suppress AttributeError (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldsink committed Apr 12, 2023
1 parent 9462ef5 commit 33925c6
Show file tree
Hide file tree
Showing 5 changed files with 268 additions and 299 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- name: Checkout
Expand Down
13 changes: 2 additions & 11 deletions Pipfile
@@ -1,21 +1,12 @@
[[source]]
name = "pypi"
url = "https://mirrors.tencent.com/pypi/simple/"
verify_ssl = true

[dev-packages]
black = ">=22.1"
codecov = ">=2.1.12"
django = ">=3.2.14,<4.0"
django = ">=4.2"
fakeredis = "==2.2.0"
isort = "==5.11.5"
lupa = ">=1.14.1"
pytest-cov = ">=3.0.0"
pyyaml = ">=6.0"
redis = ">=4.1.4"
redis = ">=4.4.4"
typed-ast = { version = ">=1.5.2", markers = "python_version == '3.7'" }
typing-extensions = ">=4.1.1"

[packages]

[requires]

0 comments on commit 33925c6

Please sign in to comment.