-
-
Notifications
You must be signed in to change notification settings - Fork 453
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 #1810 from cpcloud/try-pytest-runner-removal
- Loading branch information
Showing
60 changed files
with
5,179 additions
and
4,509 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -8,7 +8,8 @@ authors = ["Your Name <[email protected]>"] | |
python = "^3.8" | ||
aiopath = [ | ||
{ version = "0.5.12", python = ">=3.7,<3.10" }, | ||
{ version = ">0.5.12,<0.7", python = ">=3.10,<3.11" } | ||
{ version = ">=0.6,<0.7", python = ">=3.10,<3.11" }, | ||
{ version = ">=0.7,<1", python = ">=3.12,<4" }, | ||
] | ||
|
||
[build-system] | ||
|
Oops, something went wrong.