-
-
Notifications
You must be signed in to change notification settings - Fork 588
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2325 from matthewhughes934/updates-round-1
Dependency updates round 1
- Loading branch information
Showing
4 changed files
with
17 additions
and
282 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
from . import all as _all | ||
from . import py2, py3, py27, py36, py37, py38, py39, py310, py311, py312 | ||
|
||
__all__ = ( | ||
"_all", | ||
"py2", | ||
"py3", | ||
"py27", | ||
"py36", | ||
"py37", | ||
"py38", | ||
"py39", | ||
"py310", | ||
"py311", | ||
"py312", | ||
) |
Oops, something went wrong.