-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.27.0: Drop support for Python Versions 3.6, 3.7, and 3.8 (#139)
* bump * minor fix * minor fix * Add test case to satisfy #89 * Support cyclic references (#138) * support cyclic or self-referential dataclasses * update to add custom recursion error * Don't replace RecursionError with RecursiveClassError if recursion-safe loader is already enabled If we get a `RecursionError` in this case, something else must have gone wrong --------- Co-authored-by: Ritvik Nag <[email protected]> * Update all requirements to latest versions * Update requirements in requirements-dev.txt and requirements-test.txt to latest * "When you drop py3.6/7/8, remove everything EXCEPT the py.typed file." * See [comment](#136 (comment)) * Update tests to support Python 3.9+ * Run tests on CI for PY 3.9+ * `typing_extensions` should be required for Python 3.10 (as well as 3.9) * Starting to purge PY 3.6, 3.7 and 3.8 support * Fix `Sphinx` dependency issue * I realized this was a bug! * Continue with purge of PY 3.6, 3.7, and 3.8 * Continue with purge of PY 3.6, 3.7, and 3.8 * Continue with purge of PY 3.6, 3.7, and 3.8 * This concludes the purge of PY 3.6, 3.7, and 3.8 * Remove unnecessary code * Remove unnecessary code * Update docs to mention cyclic or "recursive" dataclasses * Update docs to remove `typing.List` mentions * Update docs to remove `typing.List` mentions * Update HISTORY.rst --------- Co-authored-by: Dan Lenski <[email protected]>
- Loading branch information
Showing
45 changed files
with
554 additions
and
556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.