-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Support For Newer Python Versions (#127)
* Add Python version 3.11 & 3.12 * Remove (unused) flake8 dependency * Update dependencies * Add `poetry.toml` * Remove usage of deprecate `getheader` and `getheaders` methods * Resolve `test_data` location issue * Update unit-tests * Remove `urllib3-mock` dependency * Fix typing * `gen-code.sh` changes * Bump `urllib3` version * Review fixes * Remove unused dev-dependencies * Update certifi
- Loading branch information
1 parent
3e2349e
commit 30d3bc9
Showing
9 changed files
with
429 additions
and
634 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
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[virtualenvs] | ||
in-project = true |
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.