-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Python 3.12 #2979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Python 3.12 #2979
Changes from 8 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
71c1478
Python 3.12
chayim 7a679c2
Merge branch 'master' into ckpy312
chayim 2a81f8a
removed quote
chayim 296962c
Merge branch 'master' into ckpy312
chayim 8fe9064
invoke upgrade
chayim c668538
Merge branch 'master' into ckpy312
chayim 88bede2
Merge branch 'master' into ckpy312
chayim be650f4
ssl context wrapper change for test
chayim 9a5b8e8
removing the |=
chayim e6487ed
seeing how codeql tls silencing works
chayim 9ddbd87
Merge remote-tracking branch 'origin/master' into ck_py312
gerzse 1a51cb4
Stabilize more tests and fix linters
gerzse b2a71a9
Stop requiring typing-extensions
gerzse f55036d
Enable tracemalloc
gerzse 404405a
Better tracemalloc
gerzse 1634946
Handle possible errors at SSL handshake
gerzse fcd9670
Remove event_loop fixture, as suggested by pytest
gerzse 35efa8e
Fix async tests
gerzse 976ae66
Merge remote-tracking branch 'origin/master' into ck_py312
gerzse 0920116
Fix test results visualization in CI
gerzse dfa2a9c
More test fixes
gerzse 71d83b3
Enable test profiling
gerzse 663e3de
Fix upload of tests results
gerzse 3668b43
Fix upload of tests results
gerzse 0e62ac3
Fix upload of tests results
gerzse 6b5f241
Fix upload of tests results
gerzse a595ff7
Remove CI test reporting
gerzse b9ae081
Speed up cluster slot initialization
gerzse 8387597
Fix CI
gerzse 8b1469d
Remove line profiler, it does not play well with PyPy
gerzse 9aeec4c
Make profiling optional
gerzse 097938a
Improve async cluster connection initialization
gerzse f6ed3c5
Run uvloop tests in matrix
gerzse bb73758
Speed up coverage with Python 3.12
gerzse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -36,7 +36,8 @@ | |
author_email="[email protected]", | ||
python_requires=">=3.8", | ||
install_requires=[ | ||
'async-timeout>=4.0.2; python_full_version<="3.11.2"', | ||
'typing-extensions; python_version<"3.8"', | ||
'async-timeout>=4.0.3', | ||
], | ||
classifiers=[ | ||
"Development Status :: 5 - Production/Stable", | ||
|
@@ -51,11 +52,12 @@ | |
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: Python :: Implementation :: CPython", | ||
"Programming Language :: Python :: Implementation :: PyPy", | ||
], | ||
extras_require={ | ||
"hiredis": ["hiredis>=1.0.0"], | ||
"ocsp": ["cryptography>=36.0.1", "pyopenssl==20.0.1", "requests>=2.26.0"], | ||
"ocsp": ["cryptography>=36.0.1", "pyopenssl==23.2.1", "requests>=2.31.0"], | ||
}, | ||
) |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.