diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 93fb355e..b3298852 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ ### What was wrong? Related to Issue # -Closes Issue # +Closes # ### How was it fixed? @@ -10,7 +10,7 @@ Closes Issue # - [ ] Add or update documentation related to these changes -- [ ] Add entry to the [release notes](https://github.com/ethereum/web3.py/blob/master/newsfragments/README.md) +- [ ] Add entry to the [release notes](https://github.com/ethereum//blob/master/newsfragments/README.md) #### Cute Animal Picture diff --git a/docs/conf.py b/docs/conf.py index df931f1a..6469208c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ # General information about the project. project = "" -copyright = "2020, The Ethereum Foundation" +copyright = "2019-2023, The Ethereum Foundation" __version__ = setup_version # The version info for the project you're documenting, acts as replacement for diff --git a/pyproject.toml b/pyproject.toml index 31433140..73483504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.towncrier] -# Read https://github.com/ethereum//newsfragments/README.md for instructions +# Read https://github.com/ethereum//blob/master/newsfragments/README.md for instructions package = "" filename = "docs/release_notes.rst" directory = "newsfragments" diff --git a/pytest.ini b/pytest.ini index 95a6b2d6..fd5ea7cb 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,9 +1,8 @@ [pytest] -addopts= -v --showlocals --durations 10 +addopts= -v --showlocals --durations 10 xfail_strict=true log_format = %(levelname)8s %(asctime)s %(filename)20s %(message)s log_date_format = %m-%d %H:%M:%S -timeout = 300 [pytest-watch] runner= pytest --failed-first --maxfail=1 --no-success-flaky-report diff --git a/setup.py b/setup.py index c359d0be..e4d82fac 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ "bumpversion>=0.5.3", "pytest-watch>=4.1.0", "tox>=4.0.0", + "build>=0.9.0", "wheel", "twine", "ipython", @@ -59,7 +60,7 @@ install_requires=[ "eth-utils>=2", ], - python_requires=">=3.7, <4", + python_requires=">=3.7.2, <4", extras_require=extras_require, py_modules=[""], license="MIT", @@ -72,8 +73,6 @@ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", - "Operating System :: MacOS", - "Operating System :: POSIX", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8",