File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 matrix :
1818 python-version :
19- - 3.6.x
2019 - 3.7.x
2120 - 3.8.x
2221 - 3.9.x
8483 - name : Set up Python ${{ matrix.python-version }}
8584 uses : actions/setup-python@v4
8685 with :
87- python-version : 3.10.3
86+ python-version : 3.10.8
8887 - name : Install dependencies
8988 run : |
9089 pip install coverage
@@ -109,7 +108,7 @@ jobs:
109108 - name : Set up Python ${{ matrix.python-version }}
110109 uses : actions/setup-python@v4
111110 with :
112- python-version : 3.10.3
111+ python-version : 3.10.8
113112 - name : Install dependencies
114113 run : pip install black
115114 - name : Run linters
Original file line number Diff line number Diff line change 2525 "pycron==3.0.0" ,
2626 ],
2727 extras_require = {
28- "lock-redis" : ["redis==4.3.4 " ],
28+ "lock-redis" : ["redis==4.3.5 " ],
2929 "metrics-elasticsearch" : ["elastic-apm==6.13.2" ],
3030 },
3131 setup_requires = ["black==22.10.0" ],
You can’t perform that action at this time.
0 commit comments