-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Unpin aiohttp * Black * Temporarily disable py312 for tox * Remove py312 from envlist * Temporarily disable py312 in CI --------- Co-authored-by: Maciej Bieniek <[email protected]>
- Loading branch information
Showing
4 changed files
with
5 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
python-version: | ||
- "3.10" | ||
- "3.11" | ||
- "3.12" | ||
# - "3.12" | ||
|
||
steps: | ||
- name: Check out repository | ||
|
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,3 +1,3 @@ | ||
aiohttp==3.9.0b0;python_version>='3.12' | ||
aiohttp>=3.9.0b0;python_version>='3.12' | ||
aiohttp>=3.7.0;python_version<'3.12' | ||
dacite>=1.7.0 |
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