-
Notifications
You must be signed in to change notification settings - Fork 173
Update for Python 3.13 #864
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
Merged
Changes from 6 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
5e2f4cb
Test on Python 3.13
Dreamsorcerer a4c58d5
Update requirements.txt
Dreamsorcerer 0bc0429
Update redis.py
Dreamsorcerer 3205fef
Update setup.py
Dreamsorcerer e116ae1
Update test_redis.py
Dreamsorcerer 8de208e
Update server.py
Dreamsorcerer 87d8082
Update tests/performance/server.py
Dreamsorcerer 9de7517
Update server.py
Dreamsorcerer 724936b
Update test_decorators.py
Dreamsorcerer cd673de
Update test_decorators.py
Dreamsorcerer b0eb2d8
Update test_decorators.py
Dreamsorcerer 666d419
Update setup.cfg
Dreamsorcerer 99d18b0
Update setup.cfg
Dreamsorcerer 3b544f3
Update setup.cfg
Dreamsorcerer d7310dd
Update .github/workflows/ci.yml
asvetlov b9a5447
Update .github/workflows/ci.yml
asvetlov 546c998
Update supported python versions
asvetlov db5d5f0
Fix docs
asvetlov 2e87859
Fix CI
asvetlov 4853460
fix
asvetlov bc3200e
Merge branch '0.12' into Dreamsorcerer-patch-3
asvetlov d829f22
bump
asvetlov acba97d
bump
asvetlov 8cbf043
fix
asvetlov 08a8816
fix
asvetlov 7e2ea8d
Increase timeout
asvetlov 4520be0
fix
asvetlov 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
-e . | ||
|
||
aiomcache==0.8.0 | ||
aiohttp==3.8.3 | ||
marshmallow==3.19.0 | ||
msgpack==1.0.4 | ||
pytest==7.2.0 | ||
pytest-asyncio==0.20.3 | ||
pytest-cov==4.0.0 | ||
pytest-mock==3.10.0 | ||
redis==4.4.2 | ||
aiomcache==0.8.2 | ||
aiohttp==3.9.5 | ||
marshmallow==3.21.3 | ||
msgpack==1.0.8 | ||
pytest==7.4.4 | ||
pytest-asyncio==0.23.7 | ||
pytest-cov==5.0.0 | ||
pytest-mock==3.14.0 | ||
redis==5.0.5 |
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
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.