primer: Hypothesis now requires Python>=3.8 (GH-2602)
looks like their project dev tooling uses some newer syntax or something
This commit is contained in:
parent
f80f49767c
commit
f297c4644e
7
.gitignore
vendored
7
.gitignore
vendored
@ -7,13 +7,18 @@ _build
|
||||
docs/_static/pypi.svg
|
||||
.tox
|
||||
__pycache__
|
||||
|
||||
# Packaging artifacts
|
||||
black.egg-info
|
||||
black.dist-info
|
||||
build/
|
||||
dist/
|
||||
pip-wheel-metadata/
|
||||
.eggs
|
||||
|
||||
src/_black_version.py
|
||||
.idea
|
||||
.eggs
|
||||
|
||||
.dmypy.json
|
||||
*.swp
|
||||
.hypothesis/
|
||||
|
@ -77,7 +77,7 @@
|
||||
"expect_formatting_changes": true,
|
||||
"git_clone_url": "https://github.com/django/django.git",
|
||||
"long_checkout": false,
|
||||
"py_versions": ["3.8", "3.9"]
|
||||
"py_versions": ["3.8", "3.9", "3.10"]
|
||||
},
|
||||
"flake8-bugbear": {
|
||||
"cli_arguments": ["--experimental-string-processing"],
|
||||
@ -91,7 +91,7 @@
|
||||
"expect_formatting_changes": true,
|
||||
"git_clone_url": "https://github.com/HypothesisWorks/hypothesis.git",
|
||||
"long_checkout": false,
|
||||
"py_versions": ["all"]
|
||||
"py_versions": ["3.8", "3.9", "3.10"]
|
||||
},
|
||||
"pandas": {
|
||||
"cli_arguments": ["--experimental-string-processing"],
|
||||
|
Loading…
Reference in New Issue
Block a user