Skip to content

Commit

Permalink
requirements: bump gevent to 22.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ylobankov committed Jan 31, 2024
1 parent da98d7f commit 12978a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
tarantool-version: ['2.8', '2.10']

steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Pin pyyaml to 5.3.1 until yaml/pyyaml#724 is fixed.
PyYAML==5.3.1
gevent==21.*
gevent==22.*

0 comments on commit 12978a0

Please sign in to comment.