Skip to content

Commit 0b7a4cb

Browse files
authored
Updated dependencies and required python version. (#151)
1 parent d9bca89 commit 0b7a4cb

File tree

6 files changed

+219
-291
lines changed

6 files changed

+219
-291
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ per-file-ignores =
117117
F403,
118118
; Found wrong metadata variable
119119
WPS410,
120-
; Found commented out cod
120+
; Found commented out code
121121
E800,
122122

123123
taskiq/serialization.py:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
contents: write
3434
strategy:
3535
matrix:
36-
py_version: ["3.7", "3.8", "3.9", "3.10"]
36+
py_version: ["3.8", "3.9", "3.10", "3.11"]
3737
os: [ubuntu-latest, windows-latest]
3838
runs-on: "${{ matrix.os }}"
3939
steps:

0 commit comments

Comments
 (0)