bidict/.devcontainer
Joshua Bronson d9ccaa7918 Upgrade dev dependencies, drop support for Python 3.7.
Python 3.7 reached end of life on 2023-06-27 and is no longer supported
by all of bidict's development dependencies (e.g. hypothesis).
No longer advertise support for 3.7 in the project metadata, and remove
3.7 from the tox test matrix and in CI.

Also switch to using separate requirements files per Python version,
which allows pinning to dependencies' hashes.

Finally, don't bother adding dynamic optional-dependencies to
pyproject.toml, it's causing problems with lockfiles that use hashes.
2023-07-05 20:16:40 -04:00
..
Dockerfile Upgrade dev dependencies, drop support for Python 3.7. 2023-07-05 20:16:40 -04:00
devcontainer.json Drop Pyright in favor of just mypy. 2022-12-29 12:13:53 -05:00